#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

#43 in #web-worker

Download history 5411/week @ 2024-11-19 6626/week @ 2024-11-26 6339/week @ 2024-12-03 5676/week @ 2024-12-10 5371/week @ 2024-12-17 4373/week @ 2024-12-24 4738/week @ 2024-12-31 6417/week @ 2025-01-07 6358/week @ 2025-01-14 7274/week @ 2025-01-21 6927/week @ 2025-01-28 7162/week @ 2025-02-04 7609/week @ 2025-02-11 7577/week @ 2025-02-18 8043/week @ 2025-02-25 6052/week @ 2025-03-04

30,578 downloads per month
Used in 42 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
~66K SLoC