Module future

Source
Expand description

Helper functions to use with the asynchronous Tokio runtime.

Functions§

block_on
Runs a future to completion on the current Tokio handle’s associated Runtime.
new_tokio_runtime
Create a new asynchronous Tokio runtime.