Function test_block_on

pub fn test_block_on<F>(f: F) -> <F as Future>::Output
where F: Future,