mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
Update docs of futures-mio
This commit is contained in:
@@ -54,8 +54,6 @@ impl Future for Timeout {
|
||||
if *self.token.when() <= now {
|
||||
Poll::Ok(())
|
||||
} else {
|
||||
trace!("waiting for a timeout at {:?}", self.token.when());
|
||||
trace!("current time is {:?}", now);
|
||||
self.handle.update_timeout(&self.token);
|
||||
Poll::NotReady
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user