From 7afecd8a450c227097e15d3a1f7209b09dc90bfe Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 11 Oct 2022 19:12:38 -0400 Subject: script: Add join procedure. --- doc/api.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3