about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-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.