Crates.io | ianaio-worker |
lib.rs | ianaio-worker |
version | 0.1.2 |
source | src |
created_at | 2024-06-09 09:19:22.084792 |
updated_at | 2024-06-11 09:09:35.598906 |
description | Convenience crate for working with Web Workers |
homepage | https:///rustwasm.iana.io/worker |
repository | https://github.com/ianaio/worker |
max_upload_size | |
id | 1266274 |
size | 77,293 |
Convenience crate for working with Web Workers
ianaio-worker
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. It provides a neat abstraction over the browser's Web Workers API which can be consumed from anywhere.