Utilities for working with Tokio.
This module contains utilities that are useful for working with Tokio. Currently, this only includes FutureExt and StreamExt, but this may grow over time.
FutureExt
StreamExt
An extension trait for Future that provides a variety of convenient combinator functions.
Future
An extension trait for Stream that provides a variety of convenient combinator functions.
Stream