2 Commits

Author SHA1 Message Date
Kaede Hoshikawa
6f6519dab4
Implement PrivateAgent (#2318)
* Implement PrivateAgent, Separate Threaded into PublicAgent & PrivateAgent.

* Add migration docs.

* Update docs.
2022-01-01 19:45:11 +01:00
Julius Lungys
c0f584c761
Add multithreading example (#2171)
* correctly reflect the status of multi_thread example

* commiting a partially working example ported from 0.18 to next

* make the app actually start

* remove example from github workflows

* rust-fmt

* cargo make pr-flow done succesfully :)

* update per comments

* fix build errors

* fix cargo fmt

* fix stuff

* Apply suggestions from code review

Co-authored-by: mc1098 <m.cripps1@uni.brighton.ac.uk>

* Update examples/web_worker_fib/src/app.rs

Co-authored-by: mc1098 <m.cripps1@uni.brighton.ac.uk>

* Remove space

* Update .github/workflows/publish-examples.yml

Co-authored-by: WorldSEnder <WorldSEnder@users.noreply.github.com>

Co-authored-by: SpanishPear <shrey.somaiya@gmail.com>
Co-authored-by: mc1098 <m.cripps1@uni.brighton.ac.uk>
Co-authored-by: WorldSEnder <WorldSEnder@users.noreply.github.com>
2021-11-23 11:05:01 +00:00