Module hotdrink_wasm::thread[][src]

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

Enums

TerminationStrategy

Strategies for when to terminate workers.

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.