We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c324f3 commit 719b145Copy full SHA for 719b145
tests/iterator.rs
@@ -73,6 +73,8 @@ fn forever_terminates_when_closed() {
73
controller.close();
74
75
thread.join().unwrap();
76
+
77
+ assert!(stopped.load(Ordering::SeqCst));
78
}
79
80
// A reproducer for #16: if we had the mio-support enabled (which is enabled also by the
0 commit comments