Small conjugation correction.
This commit is contained in:
@@ -486,7 +486,7 @@ fn main() {
|
|||||||
fut2.await;
|
fut2.await;
|
||||||
};
|
};
|
||||||
|
|
||||||
// This executor will block the main thread until the futures is resolved
|
// This executor will block the main thread until the futures are resolved
|
||||||
block_on(mainfut);
|
block_on(mainfut);
|
||||||
}
|
}
|
||||||
# // ============================= EXECUTOR ====================================
|
# // ============================= EXECUTOR ====================================
|
||||||
|
|||||||
Reference in New Issue
Block a user