#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

#36 in #web-worker

Download history 5196/week @ 2024-07-22 5427/week @ 2024-07-29 5809/week @ 2024-08-05 6095/week @ 2024-08-12 5155/week @ 2024-08-19 6104/week @ 2024-08-26 5377/week @ 2024-09-02 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 5954/week @ 2024-10-28 5807/week @ 2024-11-04

24,377 downloads per month
Used in 41 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
~56K SLoC