pub fn block_with_io<F, R>(f: F) -> Rwhere
F: AsyncFnOnce(LocalDriver) -> R,
Expand description
Polls a future that needs to issue IO until it completes.
pub fn block_with_io<F, R>(f: F) -> Rwhere
F: AsyncFnOnce(LocalDriver) -> R,
Polls a future that needs to issue IO until it completes.