Crate interval_future[][src]

Implements a wrapper around non-async functions, allowing them to be used within an async context.

Structs

IntervalFuture

Implements a future, using a caller-supplied polling function.