Expand description
Run a future to completion on the current thread.
Platform-Specific Behavior
On WebAssembly, this function returns immediately instead of blocking because you’re not supposed to block in a web browser.
Run a future to completion on the current thread.
On WebAssembly, this function returns immediately instead of blocking because you’re not supposed to block in a web browser.