async-std
async-std copied to clipboard
Mutex occasionally crashes when executing within WASM programs
When using sync::Mutex in a program that also has wasm bindings the WASM version will occasionally crash due to a usage of "time". Is there any way to make this feature compatible with WASM? I understand that this feature is probably out of scope for async-std, but just wanted to check and see before I have platform specific versions.
You might want to move this issue to async-lock
since that's what async-std
uses internally for its Mutex
.