gloo-worker

Convenience crate for working with Web Workers

7 releases (4 breaking)

0.5.0 Oct 28, 2023
0.4.1 Oct 9, 2023
0.4.0 Aug 11, 2023
0.3.0 Jul 10, 2023
0.1.0 Jan 5, 2022

#219 in Asynchronous

Download history 15114/week @ 2024-07-21 15067/week @ 2024-07-28 15876/week @ 2024-08-04 16351/week @ 2024-08-11 14462/week @ 2024-08-18 15577/week @ 2024-08-25 14848/week @ 2024-09-01 15711/week @ 2024-09-08 13144/week @ 2024-09-15 16924/week @ 2024-09-22 17708/week @ 2024-09-29 13897/week @ 2024-10-06 16145/week @ 2024-10-13 17995/week @ 2024-10-20 16117/week @ 2024-10-27 14435/week @ 2024-11-03

66,065 downloads per month
Used in 85 crates (3 directly)

MIT/Apache

73KB
1.5K SLoC

gloo-worker

Crates.io version Download docs.rs docs

API Docs | Contributing | Chat

Built with 🦀🕸 by The Rust and WebAssembly Working Group

Gloo workers are a way to offload tasks to web workers. These are run concurrently using web-workers. It provides a neat abstraction over the browser's Web Workers API which can be consumed from anywhere.

Dependencies

~14MB
~254K SLoC