mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
Fix typo in threads documentation
* doc/ref/api-scheduling.texi (Threads): Fix typo.
This commit is contained in:
parent
fcc6a7ba20
commit
10471f40fe
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ If @var{thread} has already terminated or been signaled to terminate,
|
||||||
this function is a no-op. Calling @code{join-thread} on the thread will
|
this function is a no-op. Calling @code{join-thread} on the thread will
|
||||||
return the given @var{values}, if the cancel succeeded.
|
return the given @var{values}, if the cancel succeeded.
|
||||||
|
|
||||||
Under this hood, thread cancellation uses @code{system-async-mark} and
|
Under the hood, thread cancellation uses @code{system-async-mark} and
|
||||||
@code{abort-to-prompt}. @xref{Asyncs} for more on asynchronous
|
@code{abort-to-prompt}. @xref{Asyncs} for more on asynchronous
|
||||||
interrupts.
|
interrupts.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue