We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d37db commit 5b2cd47Copy full SHA for 5b2cd47
active/0000-remove-runtime.md
@@ -132,7 +132,8 @@ several problems in practice.
132
style of lightweight tasks is used in Servo, but also shows up in
133
[java.util.concurrent's exectors](http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executors.html)
134
and [Haskell's par monad](https://hackage.haskell.org/package/monad-par),
135
- among many others.
+ among many others. These lighter weight models do not fit into the current
136
+ runtime system.
137
138
On the other hand, green threading systems designed explicitly to support I/O
139
may also want to provide low-level access to the underlying event loop -- an
0 commit comments