diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-09-23 13:11:11 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-09-23 13:11:11 -0700 |
commit | d587411f9da46f72cd99c966cfe3150b5e72baab (patch) | |
tree | 369c783f3fd8f928a5e6772b0748cee28d394a9f /index.html | |
parent | bd7244fb6b673dbb28ebaa8165fd6a2b22cf84b2 (diff) | |
download | mu-d587411f9da46f72cd99c966cfe3150b5e72baab.tar.gz |
3411
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/index.html b/index.html index 3cb1acae..319fe31b 100644 --- a/index.html +++ b/index.html @@ -227,9 +227,6 @@ function with an ingredient of the appropriate type. For example, see lists. <br/><a href='html/067random.cc.html'>067random.cc</a>: a random-number generator with a <a href='html/068random.mu.html'>testable</a> interface. -<br/><a href='html/072channel.mu.html'>072channel.mu</a>: channels are Mu's -only synchronization primitive, queues that can cause the routine reading or -writing from them to stall without taking up CPU resources. <p><b>Part V</b>: Primitives for interfacing with hardware. |