Skip to content

Commit 5b2cd47

Browse files
committed
Added sentence about lightweight models
1 parent d6d37db commit 5b2cd47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

active/0000-remove-runtime.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ several problems in practice.
132132
style of lightweight tasks is used in Servo, but also shows up in
133133
[java.util.concurrent's exectors](http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executors.html)
134134
and [Haskell's par monad](https://hackage.haskell.org/package/monad-par),
135-
among many others.
135+
among many others. These lighter weight models do not fit into the current
136+
runtime system.
136137

137138
On the other hand, green threading systems designed explicitly to support I/O
138139
may also want to provide low-level access to the underlying event loop -- an

0 commit comments

Comments
 (0)