diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-05-14 21:30:14 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-05-14 21:30:14 +0200 |
commit | 80b9f253d2a50e6ca9a05d5d16a9a4a4418e664a (patch) | |
tree | 9ba31b9796db7bf2a41f3edfd8910425a2fa5b5f | |
parent | 57e9bbae7d991901c770d9bc3b83b06d43a20d25 (diff) |
open_issues/multithreading: Link to Wikipedia page about the actor model.
-rw-r--r-- | open_issues/multithreading.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/open_issues/multithreading.mdwn b/open_issues/multithreading.mdwn index addc29c3..18fc257e 100644 --- a/open_issues/multithreading.mdwn +++ b/open_issues/multithreading.mdwn @@ -43,6 +43,8 @@ The [[hurd/Critique]] should have some more on this. * [[Erlang-style_parallelism]] + * [[!wikipedia Actor_model]] + * [libtcr - Threaded Coroutine Library](http://oss.linbit.com/libtcr/) * <http://monkey.org/~provos/libevent/> |