Expand description

Useful runtime-agnostic future implementations.

Modules

Utility to drive a stream with an async function and a channel.

Provides the Never future that never completes.

Provides the NowOrLater future with an explicit Now variant

Rendezvous channel implementation

Provides the Timeout future for adding a timeout to another future.