summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api.texi b/doc/api.texi
index 9ed9eff..e51a81d 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -5120,6 +5120,10 @@ Suspend the current script and pass its continuation to the
procedure @var{handler}.
@end deffn
+@deffn {Procedure} join script
+Suspend the current script until @var{script} has terminated.
+@end deffn
+
@deffn {Procedure} sleep duration
Wait @var{duration} before resuming the current script.
@end deffn