Module universal_thread

Source
Expand description

Version of std::thread that also works in WebAssembly.

Functions§

sleep
Universal version of std::thread::sleep.
spawn
Version of std::thread::spawn that also works in WebAssembly.