pub fn block_forever_on<F>(f: F) -> <F as Future>::Outputwhere
    F: Future,
Expand description

Run a blocking thread on TOKIO.