summaryrefslogtreecommitdiff
path: root/doc/ref/api-control.texi
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-03-02 20:46:41 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-03-02 20:46:41 +0000
commitb4fddbbeda8368b705daabb6a32202d1b9ba8b8e (patch)
treeec2851b20d5215eaa2bb6a0402bc0abd5cdf8856 /doc/ref/api-control.texi
parent9de87eea47536e25ef99bc25f07afdd759ee3575 (diff)
downloadguile-b4fddbbeda8368b705daabb6a32202d1b9ba8b8e.tar.gz
Updates for the new thread stuff.
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r--doc/ref/api-control.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index e778eb391..57cd7866f 100644
--- a/doc/ref/api-control.texi
+++ b/doc/ref/api-control.texi
@@ -372,10 +372,9 @@ location resumed is expecting multiple values (@pxref{Multiple
Values}) then they should be passed as multiple arguments, for
instance @code{(@var{cont} @var{x} @var{y} @var{z})}.
-@var{cont} may only be used from the dynamic root in which it was
-created (@pxref{Dynamic Roots}), and in a multi-threaded program only
-from the thread in which it was created, since each thread is a
-separate dynamic root.
+@var{cont} may only be used from the same side of a continuation
+barrier as it was created (@pxref{Continuation Barriers}), and in a
+multi-threaded program only from the thread in which it was created.
The call to @var{proc} is not part of the continuation captured, it runs
only when the continuation is created. Often a program will want to