#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 3768/week @ 2024-01-07 3641/week @ 2024-01-14 3322/week @ 2024-01-21 3964/week @ 2024-01-28 4563/week @ 2024-02-04 4447/week @ 2024-02-11 3998/week @ 2024-02-18 4578/week @ 2024-02-25 3863/week @ 2024-03-03 4286/week @ 2024-03-10 5715/week @ 2024-03-17 5078/week @ 2024-03-24 5340/week @ 2024-03-31 5069/week @ 2024-04-07 6164/week @ 2024-04-14 4891/week @ 2024-04-21

21,870 downloads per month
Used in 37 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