Module hotdrink_wasm::thread[][src]

Thread pool implementations and wrappers around Web Workers to allow them to run Rust-functions.

Traits

WorkerPool

An extension of thread pools specifically for ones that use web workers. Passing in the shim url ensures that we don’t create multiple copies of it.