From 780110f4225b46ac0cf78525f930143a23c84912 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 30 Jul 2017 17:12:53 -0500 Subject: Document signal-condition! * fibers.texi (Conditions): Document signal-condition! --- fibers.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fibers.texi b/fibers.texi index 9c139de..09f8efd 100644 --- a/fibers.texi +++ b/fibers.texi @@ -710,6 +710,11 @@ Return @code{#t} if @var{obj} is a condition variable, or @code{#f} otherwise. @end defun +@defun signal-condition! cvar +Signal @var{cvar}, notifying all waiting fibers and preventing +blocking of future fibers waiting on this condition. +@end defun + @defun wait-operation cvar Make an operation that will succeed with no values when @var{cvar} becomes signalled. -- cgit v1.2.3