mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
* scheme-scheduling.texi (Low level thread primitives): Fixed typo
in broadcast-condition-variable.
This commit is contained in:
parent
dbe3008402
commit
1767a0e0e9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-01-02 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* scheme-scheduling.texi (Low level thread primitives): Fixed typo
|
||||
in broadcast-condition-variable.
|
||||
|
||||
2002-12-08 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* scheme-options.texi (Build Config): add effective-version docs.
|
||||
|
|
|
@ -388,7 +388,7 @@ Wake up one thread that is waiting for @var{cv}.
|
|||
@end deffn
|
||||
|
||||
@c begin (texi-doc-string "guile" "broadcast-condition-variable")
|
||||
@deffn {Scheme Procedure} signal-condition-variable cond-var
|
||||
@deffn {Scheme Procedure} broadcast-condition-variable cond-var
|
||||
Wake up all threads that are waiting for @var{cv}.
|
||||
@end deffn
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue