fixup(#6991): it broke the macOS build (#7024)

This commit is contained in:
Christian Schwarz
2024-03-05 18:03:51 +01:00
committed by GitHub
parent 2daa2f1d10
commit eacdc179dc

View File

@@ -248,6 +248,7 @@ impl IoEngine {
.await
.expect("failed to join blocking code most likely it panicked, panicking as well")
}
#[cfg(target_os = "linux")]
IoEngine::TokioEpollUring => work.await,
}
}