Skip to content

Commit d333f1a

Browse files
committed
Mirigives subthreads a chance to join
1 parent f19d68f commit d333f1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tokio/src/runtime/runtime.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ impl Runtime {
431431
/// use std::time::Duration;
432432
///
433433
/// fn main() {
434-
/// # if cfg!(miri) { return } // Miri reports error when main thread terminated without waiting all remaining threads.
435434
/// let runtime = Runtime::new().unwrap();
436435
///
437436
/// runtime.block_on(async move {

0 commit comments

Comments
 (0)