mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
Reference "Blocking" for scm_leave_guile/scm_enter_guile.
This commit is contained in:
parent
9ba2fab389
commit
a0f78c5085
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ automatically when the first thread enters guile mode.
|
|||
|
||||
When a thread wants to block outside of a Guile API function, it should
|
||||
leave guile mode temporarily with either @code{scm_without_guile} or
|
||||
@code{scm_leave_guile}, @xref{Threads}.
|
||||
@code{scm_leave_guile}, @xref{Blocking}.
|
||||
|
||||
Threads that are created by @code{call-with-new-thread} or
|
||||
@code{scm_spawn_thread} start out in guile mode so you don't need to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue