diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-10-07 00:02:21 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-10-07 00:02:21 +0200 |
commit | 497773bb641a2428def8156cc8a68cd58d9ce295 (patch) | |
tree | aabc89cf2ef5b094b051c26d1e3a04e708ebb0a9 /open_issues/multithreading.mdwn | |
parent | da073283ec7656f34b1180f736fefcf604cdf4c4 (diff) | |
download | web-497773bb641a2428def8156cc8a68cd58d9ce295.tar.gz web-497773bb641a2428def8156cc8a68cd58d9ce295.tar.bz2 web-497773bb641a2428def8156cc8a68cd58d9ce295.zip |
open_issues/multiprocessing: New.
Diffstat (limited to 'open_issues/multithreading.mdwn')
-rw-r--r-- | open_issues/multithreading.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/open_issues/multithreading.mdwn b/open_issues/multithreading.mdwn index b215dcae..81b96280 100644 --- a/open_issues/multithreading.mdwn +++ b/open_issues/multithreading.mdwn @@ -25,3 +25,7 @@ Alternative approaches: * [libtcr - Threaded Coroutine Library](http://oss.linbit.com/libtcr/) * [[Erlang-style_parallelism]] + +--- + +See also: [[multiprocessing]]. |