gloo-worker-macros

Crates.iogloo-worker-macros
lib.rsgloo-worker-macros
version0.1.0
sourcesrc
created_at2023-07-10 21:11:19.14366
updated_at2023-07-10 21:11:19.14366
descriptionConvenience crate for working with Web Workers
homepagehttps://github.com/rustwasm/gloo
repositoryhttps://github.com/rustwasm/gloo/tree/master/crates/worker
max_upload_size
id913309
size22,785
Elina (ranile)

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