Module pal_async::local

source ·
Expand description

A local executor, for running a single task with IO on the current thread.

Structs§

  • An IO driver for single-task use on a single thread.

Functions§

  • Polls a future that needs to issue IO until it completes.