Module blocker
Available on crate feature
threading
only.Expand description
Provides a block_on()
function to use futures from a thread.
Functionsยง
- Runs a future to completion.
threading
only.Provides a block_on()
function to use futures from a thread.