Phrase correction. The phrase sounded strange, so I took a stab at what I think the author meant.

This commit is contained in:
James Robb
2020-05-19 11:38:53 +00:00
parent 39169b737f
commit 6e75083b0e

View File

@@ -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.