1
Fork 0
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:
Marius Vollmer 2005-03-04 15:48:18 +00:00
parent 9ba2fab389
commit a0f78c5085

View file

@ -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