#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

#42 in #web-worker

Download history 6193/week @ 2024-09-09 4826/week @ 2024-09-16 5914/week @ 2024-09-23 6032/week @ 2024-09-30 5104/week @ 2024-10-07 5559/week @ 2024-10-14 6519/week @ 2024-10-21 5947/week @ 2024-10-28 6066/week @ 2024-11-04 5477/week @ 2024-11-11 6064/week @ 2024-11-18 6399/week @ 2024-11-25 6407/week @ 2024-12-02 5757/week @ 2024-12-09 5666/week @ 2024-12-16 4031/week @ 2024-12-23

22,633 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
~55K SLoC