Skip to content

Commit

Permalink
Merge pull request #1570 from robinst/patch-2
Browse files Browse the repository at this point in the history
Fix typo in 0230-remove-runtime.md
  • Loading branch information
alexcrichton committed Apr 4, 2016
2 parents 6b48961 + 2af2202 commit 95cb9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0230-remove-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tasks vary along several important dimensions:
applies to long-running loops or page faults.)

M:N models can deal with blocking in a couple of ways. The approach taken in
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
example, is to dynamically spin up/down worker threads. Alternatively, special
task-aware blocking operations (including I/O) can be provided, which are
mapped under the hood to nonblocking operations, allowing the worker thread to
Expand Down

0 comments on commit 95cb9f7

Please sign in to comment.