gloo-worker

Crates.iogloo-worker
lib.rsgloo-worker
version0.5.0
sourcesrc
created_at2022-01-05 13:45:34.820364
updated_at2023-10-28 14:32:40.448649
descriptionConvenience crate for working with Web Workers
homepagehttps://github.com/rustwasm/gloo
repositoryhttps://github.com/rustwasm/gloo/tree/master/crates/worker
max_upload_size
id508387
size57,144
Muhammad Hamza (hamza1311)

documentation

README

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. It provides a neat abstraction over the browser's Web Workers API which can be consumed from anywhere.

Commit count: 376

cargo fmt