1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 06:20:36 +02:00

rename timer to time

This commit is contained in:
Nikolay Kim
2018-10-29 15:48:56 -07:00
parent 3d51aa7115
commit 67961f8a36
8 changed files with 43 additions and 40 deletions

View File

@ -80,7 +80,8 @@ fn main() {
future::ok(())
})
},
).unwrap()
)
.unwrap()
.start();
sys.run();

View File

@ -60,7 +60,8 @@ fn main() {
println!("got ssl connection {:?}", num);
future::ok(())
})
}).unwrap()
})
.unwrap()
.start();
sys.run();