diff options
author | Marius Vollmer <mvo@zagadka.de> | 2005-03-04 15:48:18 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2005-03-04 15:48:18 +0000 |
commit | a0f78c5085b7b47f1f8f5bf7d6fe2d4ffdfc0ff2 (patch) | |
tree | ff3ce9d7ea8c8863fb1fe3bcee36a214fd88e081 /doc/ref | |
parent | 9ba2fab389ffd3a464b857c583268d64570c7c0b (diff) | |
download | guile-a0f78c5085b7b47f1f8f5bf7d6fe2d4ffdfc0ff2.tar.gz |
Reference "Blocking" for scm_leave_guile/scm_enter_guile.
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/api-init.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-init.texi b/doc/ref/api-init.texi index 4e668ce44..802c22df1 100644 --- a/doc/ref/api-init.texi +++ b/doc/ref/api-init.texi @@ -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 |