diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-12-15 22:29:07 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-12-15 22:29:07 +0100 |
commit | e08610c5572f80bb148b2155cf18c8b8bc6c7e5f (patch) | |
tree | a54e9aff90e4bd248e4c9cc66fe12324a6bfc3f5 /open_issues/multithreading.mdwn | |
parent | 222852275554e45f4965dfa8fe6a7b5078649b01 (diff) | |
download | web-e08610c5572f80bb148b2155cf18c8b8bc6c7e5f.tar.gz web-e08610c5572f80bb148b2155cf18c8b8bc6c7e5f.tar.bz2 web-e08610c5572f80bb148b2155cf18c8b8bc6c7e5f.zip |
microkernel/mach/continuation: New.
Diffstat (limited to 'open_issues/multithreading.mdwn')
-rw-r--r-- | open_issues/multithreading.mdwn | 3 |
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/) |