We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dd689 commit 5cfa94dCopy full SHA for 5cfa94d
tutorial.md
@@ -53,7 +53,7 @@ are truly parallel.
53
## Synchronous & Asynchronous Execution
54
55
The core idea of concurrency is that a larger task can be broken down
56
-into a collection of subtasks whose and scheduled to run simultaneously
+into a collection of subtasks which are scheduled to run simultaneously
57
or *asynchronously*, instead of one at a time or *synchronously*. A
58
switch between the two subtasks is known as a *context switch*.
59
0 commit comments