Module futures

Source
Expand description

Utilities for dealing with futures and asynchronous Rust APIs

Functions§

exec_future
Convenience function to run a future until it returns a value

Type Aliases§

BoxedFuture
A future created from Box::pin() on an async code block.