This commit is contained in:
WindSoilder
2020-05-07 09:04:16 +08:00
parent 5da61651ba
commit 2d7d9f4680

View File

@@ -456,7 +456,7 @@ fn main() {
// This is just to make it easier for us to see when our Future was resolved // This is just to make it easier for us to see when our Future was resolved
let start = Instant::now(); let start = Instant::now();
// Many runtimes create a glocal `reactor` we pass it as an argument // Many runtimes create a global `reactor` we pass it as an argument
let reactor = Reactor::new(); let reactor = Reactor::new();
// We create two tasks: // We create two tasks: