Back to Yew

Web Worker Fib

examples/web_worker_fib/README.md

0.18.0672 B
Original Source

Web Worker Fib

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

Concepts

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

Thanks to

Running

Run this application with the trunk development server:

bash
trunk serve --open