diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-09-25 00:20:52 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-09-25 00:20:52 -0700 |
commit | 5c52642675692cc4e8a95caa674ff047e7bf9e00 (patch) | |
tree | b3efb06674b1e330bb9dea6079a3fb0249004706 /index.html | |
parent | 2d05f43cf15554adaea725d7a4547b6030458de8 (diff) | |
download | mu-5c52642675692cc4e8a95caa674ff047e7bf9e00.tar.gz |
3415
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 319fe31b..0dada6bf 100644 --- a/index.html +++ b/index.html @@ -155,7 +155,7 @@ simpler implementation (no static analysis). Mu by convention abbreviates type <p/>Support for higher-order recipes that can pass <a href='html/071recipe.cc.html'>recipes</a> around like any other value. -<p/>Support for running multiple functions concurrently using <a href='html/072scheduler.cc.html'></a><em>routines</em></a>, +<p/>Support for running multiple functions concurrently using <a href='html/072scheduler.cc.html'><em>routines</em></a>, for communicating between routines using <a href='html/075channel.mu.html'><em>channels</em></a>, and for <a href='html/073wait.cc.html'>synchronizing</a> between routines. Channels are Mu's only synchronization primitive, queues that can cause the |