async-channel
async-channel copied to clipboard
Allow blocking channels in wasm
The blocking methods on channels got restricted to non wasm and while its a bad idea to use it on the main thread, it can be quite useful when you want to run blocking code on a web worker.
my current use is with https://crates.io/crates/wasm_thread