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 53cb390 commit 7d7bf07Copy full SHA for 7d7bf07
tokio/src/runtime/local_runtime/runtime.rs
@@ -318,6 +318,7 @@ impl LocalRuntime {
318
/// use std::time::Duration;
319
///
320
/// fn main() {
321
+ /// # if cfg!(miri) { return } // Miri reports error when main thread terminated without waiting all remaining threads.
322
/// let runtime = LocalRuntime::new().unwrap();
323
324
/// runtime.block_on(async move {
0 commit comments