Phrase correction. The phrase sounded strange, so I took a stab at what I think the author meant.
This commit is contained in:
@@ -32,7 +32,7 @@ thing in a slightly different way to get some inspiration.
|
|||||||
|
|
||||||
### Building a better exectuor
|
### Building a better exectuor
|
||||||
|
|
||||||
Right now, we can only run one and one future. Most runtimes has a `spawn`
|
Right now, we can only run one and one future only. Most runtimes has a `spawn`
|
||||||
function which let's you start off a future and `await` it later so you
|
function which let's you start off a future and `await` it later so you
|
||||||
can run multiple futures concurrently.
|
can run multiple futures concurrently.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user