We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa71328 commit d9bfed5Copy full SHA for d9bfed5
1 file changed
src/utils.rs
@@ -49,6 +49,7 @@ pub(crate) fn get_tokio_runtime_with_time() -> &'static TokioRuntime {
49
RUNTIME_WITH_TIME.get_or_init(|| {
50
let runtime = tokio::runtime::Builder::new_multi_thread()
51
.enable_time()
52
+ .enable_io()
53
.build()
54
.unwrap();
55
0 commit comments