mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
forgot a =
This commit is contained in:
@@ -108,7 +108,7 @@ fn main() {
|
|||||||
|
|
||||||
//Now we instruct `reactor::Core` to iterate, processing events until its future, `SelectAll`
|
//Now we instruct `reactor::Core` to iterate, processing events until its future, `SelectAll`
|
||||||
//has completed
|
//has completed
|
||||||
if let Err(e) core.run(wait) {
|
if let Err(e) = core.run(wait) {
|
||||||
error!("{}", e.0);
|
error!("{}", e.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user