Crates.io | gloo-worker-macros |
lib.rs | gloo-worker-macros |
version | 0.1.0 |
source | src |
created_at | 2023-07-10 21:11:19.14366 |
updated_at | 2023-07-10 21:11:19.14366 |
description | Convenience crate for working with Web Workers |
homepage | https://github.com/rustwasm/gloo |
repository | https://github.com/rustwasm/gloo/tree/master/crates/worker |
max_upload_size | |
id | 913309 |
size | 22,785 |
gloo-worker
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.