yew/examples/web_worker_fib
Muhammad Hamza 31594245ef
Update examples and their builds in CI (#2652)
- Remove agents example
- Agents example is replaced by web_worker_fib as they both serve the same purpose now that trunk 0.15 has been released
- Clean up CI setup and ensure that examples are deployed in publish-examples.yml as they're built in size-cmp.yml
2022-05-03 16:08:05 +05:00
..

Web Worker Fib

Demo

Calculate fibrillation value of a number in the worker thread, without blocking the main thread.

Concepts

The example illustrates how to use gloo-worker to send tasks to a worker thread in a Yew application.

Thanks to