#web-worker #gloo #api-bindings

macro gloo-worker-macros

Convenience crate for working with Web Workers

1 unstable release

0.1.0 Jul 10, 2023

#5 in #gloo

Download history 4603/week @ 2024-03-14 5260/week @ 2024-03-21 5485/week @ 2024-03-28 4581/week @ 2024-04-04 6254/week @ 2024-04-11 5915/week @ 2024-04-18 4650/week @ 2024-04-25 4563/week @ 2024-05-02 4016/week @ 2024-05-09 4192/week @ 2024-05-16 3776/week @ 2024-05-23 4703/week @ 2024-05-30 4040/week @ 2024-06-06 4459/week @ 2024-06-13 4267/week @ 2024-06-20 4016/week @ 2024-06-27

17,552 downloads per month
Used in 39 crates (via gloo-worker)

MIT/Apache

21KB
470 lines

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

~3MB
~57K SLoC