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.