diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-11 19:12:38 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-11 19:15:32 -0400 |
commit | 7afecd8a450c227097e15d3a1f7209b09dc90bfe (patch) | |
tree | 05e9db78432e89856a6019d998937d66d0760c04 /doc | |
parent | a03f1bda38e00be6b8cc36cba66f73d745b53de3 (diff) |
script: Add join procedure.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 4 |
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 |