# worker Convenience crate for working with Web Workers

ianaio-worker

Crates.io version Download docs.rs docs

API Docs | Contributing | Chat

Built with 🦀🕸 by The IanaIO Rust and WebAssembly Working Group
IanaIO 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.