Available on crate feature
async
only.Expand description
Future and stream utilities.
This module provides future and stream combinators that are missing from
the futures
crate.
Structs§
- A sink that consumes its input and sends it nowhere.
- Future for the
enqueue
method. - The future returned by
OreFutureExt::ore_catch_unwind
. - The future returned by
OreFutureExt::spawn_if_canceled
.
Enums§
- Whether or not to run the future in
run_in_task_if
in a task. - The error returned by
timeout
andtimeout_at
.
Traits§
- Extension methods for futures.
- Extension methods for sinks.
- Extension methods for streams.