Expand description
Implements a wrapper around non-async functions, allowing them to be used within an async context.
Functionsยง
- to_
future - Creates a new future which wraps a synchronous function
f
that may be called repeatedly oninterval_period
until it completes.