web_worker

Crates.ioweb_worker
lib.rsweb_worker
version0.3.0
sourcesrc
created_at2019-07-24 21:38:38.206989
updated_at2020-07-21 17:18:30.112628
descriptionA simple crate implementing web workers to run rayon-styled concurrent work on wasm.
homepage
repositoryhttps://github.com/jojolepro/web_worker
max_upload_size
id151442
size33,835
Joël Lupien (jojolepro)

documentation

https://docs.rs/web_worker

README

Web Worker

Rayon-like worker thread pool. Heavily inspired and based on the works of Alex Crichton (I only adapted his code to be reusable outside of the wasm-bindgen crate.)

Original example

Commit count: 18

cargo fmt