about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-05 02:43:37 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-11-05 02:43:37 -0800
commit7df951eab66c3ab492448b28a9c5e4d697814be8 (patch)
treed61d8924a5259fd7c97c57f241a8cc9ac4e71af6
parent363652449ce690b856e48ab58320b102ddeaa190 (diff)
downloadmu-7df951eab66c3ab492448b28a9c5e4d697814be8.tar.gz
4111
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1d6920a7..58e510d9 100644
--- a/index.html
+++ b/index.html
@@ -173,6 +173,9 @@ Mu provides safe concurrency by forbidding routines from sharing addresses;
 writing to a channel always performs a <a href='html/071deep_copy.cc.html'>deep copy</a>
 that preserves all internal aliasing.
 
+<p/>Support for <a href='html/076continuation.cc.html'>delimited continuations</a>
+that let one pause and resume sub-computations.
+
 <p><b>Part III</b>: transforms to make Mu a little more expressive, and give
 it some of the benefits of a high-level language.