minor update to thread-join docs
This commit is contained in:
parent
58c8e9a4de
commit
09d7066e22
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ thread, @code{nil} otherwise.
|
|||
@end defun
|
||||
|
||||
@defun thread-join thread
|
||||
Block until @var{thread} exits, or until the current thread is signaled.
|
||||
Block until @var{thread} exits, or until the current thread is
|
||||
signaled. If @var{thread} has already exited, this returns
|
||||
immediately.
|
||||
@end defun
|
||||
|
||||
@defun thread-signal thread error-symbol data
|
||||
|
|
Loading…
Add table
Reference in a new issue