Crate direct_executor

Source
Expand description

§direct-executor

An executor that directly executes futures, with an optional customizable wait operation.

Functions§

run
Runs the provided future until polling succeeds, calling the provided wait closure in between each polling attempt.
run_spinning
Runs the provided future by spin-looping until polling succeeds.
run_with_wake
Runs the provided future until polling succeeds, calling the provided wait closure in between each polling attempt.