aboutsummaryrefslogtreecommitdiff
path: root/open_issues/multithreading.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-10-06 21:40:41 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-10-06 21:40:41 +0200
commit172cf542a588ef4c5b97278d801d7f3f35c379ab (patch)
tree11fb00567c5abd435b8ffc796f1a855ba4ff9501 /open_issues/multithreading.mdwn
parentff42d21836ec433707da4ef4f982f12dedb4e384 (diff)
downloadweb-172cf542a588ef4c5b97278d801d7f3f35c379ab.tar.gz
web-172cf542a588ef4c5b97278d801d7f3f35c379ab.tar.bz2
web-172cf542a588ef4c5b97278d801d7f3f35c379ab.zip
open_issues/multithreading/erlang-style_parallelism: New.
Diffstat (limited to 'open_issues/multithreading.mdwn')
-rw-r--r--open_issues/multithreading.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/open_issues/multithreading.mdwn b/open_issues/multithreading.mdwn
index 82cf304a..b215dcae 100644
--- a/open_issues/multithreading.mdwn
+++ b/open_issues/multithreading.mdwn
@@ -23,3 +23,5 @@ Alternative approaches:
* Continuation-passing style
* [libtcr - Threaded Coroutine Library](http://oss.linbit.com/libtcr/)
+
+ * [[Erlang-style_parallelism]]