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 bac485b commit 8add379Copy full SHA for 8add379
book/src/08_futures/06_async_aware_primitives.md
@@ -52,7 +52,7 @@ Yields to runtime
52
Tries to acquire lock
53
```
54
55
-We have a deadlock. Task B we'll never manage to acquire the lock, because the lock
+We have a deadlock. Task B will never manage to acquire the lock, because the lock
56
is currently held by task A, which has yielded to the runtime before releasing the
57
lock and won't be scheduled again because the runtime cannot preempt task B.
58
0 commit comments