mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-08 22:42:26 +02:00
(Threads): Add "C Function scm_join_thread"
to doc for join-thread. Thanks to Antoine Mathys for reporting that scm_join_thread was missing.
This commit is contained in:
parent
0116c1941b
commit
6ba395189f
3 changed files with 8 additions and 0 deletions
1
THANKS
1
THANKS
|
@ -54,6 +54,7 @@ For fixes or providing information which led to a fix:
|
||||||
Jeff Long
|
Jeff Long
|
||||||
Marco Maggi
|
Marco Maggi
|
||||||
Gregory Marton
|
Gregory Marton
|
||||||
|
Antoine Mathys
|
||||||
Dan McMahill
|
Dan McMahill
|
||||||
Roger Mc Murtrie
|
Roger Mc Murtrie
|
||||||
Han-Wen Nienhuys
|
Han-Wen Nienhuys
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
2008-02-01 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
|
* api-scheduling.texi (Threads): Add "C Function scm_join_thread"
|
||||||
|
to doc for join-thread. Thanks to Antoine Mathys for reporting
|
||||||
|
that scm_join_thread was missing.
|
||||||
|
|
||||||
2007-12-09 Stephen Compall <s11@member.fsf.org>
|
2007-12-09 Stephen Compall <s11@member.fsf.org>
|
||||||
|
|
||||||
* srfi-modules.texi (SRFI-69): Avoid use of the first person.
|
* srfi-modules.texi (SRFI-69): Avoid use of the first person.
|
||||||
|
|
|
@ -269,6 +269,7 @@ Once @var{body} or @var{handler} returns, the return value is made the
|
||||||
|
|
||||||
@c begin (texi-doc-string "guile" "join-thread")
|
@c begin (texi-doc-string "guile" "join-thread")
|
||||||
@deffn {Scheme Procedure} join-thread thread
|
@deffn {Scheme Procedure} join-thread thread
|
||||||
|
@deffnx {C Function} scm_join_thread (thread)
|
||||||
Wait for @var{thread} to terminate and return its exit value. Threads
|
Wait for @var{thread} to terminate and return its exit value. Threads
|
||||||
that have not been created with @code{call-with-new-thread} or
|
that have not been created with @code{call-with-new-thread} or
|
||||||
@code{scm_spawn_thread} have an exit value of @code{#f}.
|
@code{scm_spawn_thread} have an exit value of @code{#f}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue