about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-23 13:11:11 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-23 13:11:11 -0700
commitd587411f9da46f72cd99c966cfe3150b5e72baab (patch)
tree369c783f3fd8f928a5e6772b0748cee28d394a9f /index.html
parentbd7244fb6b673dbb28ebaa8165fd6a2b22cf84b2 (diff)
downloadmu-d587411f9da46f72cd99c966cfe3150b5e72baab.tar.gz
3411
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
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.