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§
- Boxed
Future - A future created from
Box::pin()
on an async code block.