pal_async::local

Function block_with_io

Source
pub fn block_with_io<F, R>(f: F) -> R
where F: AsyncFnOnce(LocalDriver) -> R,
Expand description

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