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](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers). It provides a neat abstraction over the browser's Web Workers API which can be consumed from anywhere.