pub fn block_forever_on<F>(f: F) -> F::Output
where F: Future,
Expand description

Run a blocking thread on TOKIO.