async-channel icon indicating copy to clipboard operation
async-channel copied to clipboard

Allow blocking channels in wasm

Open elias098 opened this issue 1 year ago • 5 comments

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

elias098 avatar Dec 03 '23 23:12 elias098