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.
2 parents 1fdd231 + f572379 commit 3781728Copy full SHA for 3781728
doc/guide-runtime.md
@@ -176,7 +176,7 @@ implemented in user-space.
176
The primary concern of an M:N runtime is that a Rust task cannot block itself in
177
a syscall. If this happens, then the entire OS thread is frozen and unavailable
178
for running more Rust tasks, making this a (M-1):N runtime (and you can see how
179
-this can reach 0/deadlock. By using asynchronous I/O under the hood (all I/O
+this can reach 0/deadlock). By using asynchronous I/O under the hood (all I/O
180
still looks synchronous in terms of code), OS threads are never blocked until
181
the appropriate time comes.
182
0 commit comments