We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b48961 + 2af2202 commit 95cb9f7Copy full SHA for 95cb9f7
text/0230-remove-runtime.md
@@ -66,7 +66,7 @@ tasks vary along several important dimensions:
66
applies to long-running loops or page faults.)
67
68
M:N models can deal with blocking in a couple of ways. The approach taken in
69
- Java's [fork/join](http://gee.cs.oswego.edu/dl/papers/fj.pdf)) framework, for
+ Java's [fork/join](http://gee.cs.oswego.edu/dl/papers/fj.pdf) framework, for
70
example, is to dynamically spin up/down worker threads. Alternatively, special
71
task-aware blocking operations (including I/O) can be provided, which are
72
mapped under the hood to nonblocking operations, allowing the worker thread to
0 commit comments