Expand description
A dependency-free executor for backends whose futures are already ready.
Re-exported from fs_transaction::exec, which owns it because the
filesystem port it drives lives there too. See that module for what
block_on does and does not promise.
Functionsยง
- block_
on - Drive
futureto completion on the current thread by polling in a loop with a no-op waker.