improved wording ch 3

This commit is contained in:
Carl Fredrik Samson
2021-01-14 14:36:13 +01:00
parent 351cd6c33e
commit 1c22de4a4b

View File

@@ -8,7 +8,7 @@ few chapters.
This is not the only way to create a model of an async system since we're making
assumptions on runtime specifics that can vary a great deal. It's the way I found
it easiest to build upon and it's relevant for understandig a lot of real
it easiest to build upon and it's relevant for understanding a lot of real
implementations you'll find in the async ecosystem. Finally,
please note that the code itself is "pseudo-rust" due to the need for brevity