Crates.io | web_worker |
lib.rs | web_worker |
version | 0.3.0 |
source | src |
created_at | 2019-07-24 21:38:38.206989 |
updated_at | 2020-07-21 17:18:30.112628 |
description | A simple crate implementing web workers to run rayon-styled concurrent work on wasm. |
homepage | |
repository | https://github.com/jojolepro/web_worker |
max_upload_size | |
id | 151442 |
size | 33,835 |
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.)