Skip to main content

Module exec

Module exec 

Source
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 future to completion on the current thread by polling in a loop with a no-op waker.