Crate interval_future[][src]

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 on interval_period until it completes.