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 22d62fc commit 4170626Copy full SHA for 4170626
src/libsync/comm/select.rs
@@ -132,7 +132,7 @@ impl Select {
132
/// event could either be that data is available or the corresponding
133
/// channel has been closed.
134
pub fn wait(&self) -> uint {
135
- self.wait2(false)
+ self.wait2(true)
136
}
137
138
/// Helper method for skipping the preflight checks during testing
0 commit comments