summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-12-15 22:29:07 +0100
committerThomas Schwinge <thomas@schwinge.name>2010-12-15 22:29:07 +0100
commite08610c5572f80bb148b2155cf18c8b8bc6c7e5f (patch)
treea54e9aff90e4bd248e4c9cc66fe12324a6bfc3f5 /open_issues
parent222852275554e45f4965dfa8fe6a7b5078649b01 (diff)
microkernel/mach/continuation: New.
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/multithreading.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/open_issues/multithreading.mdwn b/open_issues/multithreading.mdwn
index 170734fd..39203333 100644
--- a/open_issues/multithreading.mdwn
+++ b/open_issues/multithreading.mdwn
@@ -22,6 +22,9 @@ Alternative approaches:
* Continuation-passing style
+ * [[microkernel/Mach]] internally [[uses
+ continuations|microkernel/mach/continuation]], too.
+
* [[Erlang-style_parallelism]]
* [libtcr - Threaded Coroutine Library](http://oss.linbit.com/libtcr/)