Skip to main content

Module runtime

Module runtime 

Source

Functionsยง

block_on
Runs an async future, panicking if the runtime cannot be created.
try_block_on
Runs an async future, returning errors from runtime construction.