#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 4398/week @ 2024-02-09 4168/week @ 2024-02-16 4417/week @ 2024-02-23 4105/week @ 2024-03-01 4351/week @ 2024-03-08 5007/week @ 2024-03-15 5360/week @ 2024-03-22 5472/week @ 2024-03-29 4374/week @ 2024-04-05 6421/week @ 2024-04-12 5691/week @ 2024-04-19 4649/week @ 2024-04-26 4371/week @ 2024-05-03 4291/week @ 2024-05-10 4119/week @ 2024-05-17 3133/week @ 2024-05-24

16,590 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
~59K SLoC