diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-02-01 21:02:15 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-02-01 21:02:15 +0000 |
commit | 300b1ae58a43756bdac8603fc338cbce9efb754e (patch) | |
tree | d458ff37b468505b12ae4c2a40e8806db18406c1 /doc/ref/api-scheduling.texi | |
parent | 027e0e2c6927d74e9f30b4ab99b023b6ccfe5c10 (diff) | |
download | guile-300b1ae58a43756bdac8603fc338cbce9efb754e.tar.gz |
(Threads): Add "C Function scm_join_thread"
to doc for join-thread. Thanks to Antoine Mathys for reporting
that scm_join_thread was missing.
Diffstat (limited to 'doc/ref/api-scheduling.texi')
-rw-r--r-- | doc/ref/api-scheduling.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ref/api-scheduling.texi b/doc/ref/api-scheduling.texi index ebf705f2d..56fa20228 100644 --- a/doc/ref/api-scheduling.texi +++ b/doc/ref/api-scheduling.texi @@ -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") @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 that have not been created with @code{call-with-new-thread} or @code{scm_spawn_thread} have an exit value of @code{#f}. |