Crates.io | gloo-worker |
lib.rs | gloo-worker |
version | 0.5.0 |
source | src |
created_at | 2022-01-05 13:45:34.820364 |
updated_at | 2023-10-28 14:32:40.448649 |
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 | 508387 |
size | 57,144 |
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.