This commit is contained in:
Marcin Mielniczuk
2020-01-16 13:29:33 +01:00
parent 8e8826d19f
commit 3261626fd8
2 changed files with 12 additions and 0 deletions

View File

@@ -224,6 +224,12 @@ pub(crate) fn poll_oneoff(
use std::fs::Metadata;
use std::thread;
trace!(
"poll_oneoff_impl: timeout={:?}, fd_events={:?}",
timeout,
fd_events
);
let timeout = timeout
.map(|event| {
event