mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Web Worker Prime
Calculate primes until stop button is pressed, without blocking the main thread.
Concepts
The example illustrates how to use reactor agents to offload CPU bound tasks to a worker thread in a Yew application.
Running
Run this application with the trunk development server:
trunk serve --open