Do we have a IO Dispatcher now for wasm or some al...
# webassembly
o
Do we have a IO Dispatcher now for wasm or some alternative, which is not Default dispatcher?
e
wasm is (currently) a single-threaded environment so there's no other dispatchers
o
I see. I am trying to render network images while using default dispatcher, and the ui freezes on mobile browsers. I am at my wits end.
v
In my experience
Dispatchers.Unconfined
works fine for "IO"