pub fn io_test<T, Fut>(_: &'static str, test: T)where T: FnOnce() -> Fut + 'static, Fut: Future<Output = ()> + Send + 'static,
Test runner with multithread spawner and global poll event loop