#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 6042/week @ 2024-11-17 6085/week @ 2024-11-24 6580/week @ 2024-12-01 5742/week @ 2024-12-08 5709/week @ 2024-12-15 4534/week @ 2024-12-22 4420/week @ 2024-12-29 6137/week @ 2025-01-05 6698/week @ 2025-01-12 6915/week @ 2025-01-19 7028/week @ 2025-01-26 7060/week @ 2025-02-02 7611/week @ 2025-02-09 7590/week @ 2025-02-16 7299/week @ 2025-02-23 7327/week @ 2025-03-02

30,419 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
~65K SLoC