We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19d68f commit d333f1aCopy full SHA for d333f1a
tokio/src/runtime/runtime.rs
@@ -431,7 +431,6 @@ impl Runtime {
431
/// use std::time::Duration;
432
///
433
/// fn main() {
434
- /// # if cfg!(miri) { return } // Miri reports error when main thread terminated without waiting all remaining threads.
435
/// let runtime = Runtime::new().unwrap();
436
437
/// runtime.block_on(async move {
0 commit comments