On Feb 17, 2006, at 06:18, Stanislav Ievlev wrote:

Greetings!

It is unable to call callback from thread in guile extension.

Does it work if you use scm_with_guile in that thread, as described in the documentation?

(from doc/ref/api-init.texi)
Each thread that wants to use functions from the Guile API needs to
put itself into guile mode with either @code{scm_with_guile} or
@code{scm_init_guile}.  The global state of Guile is initialized
automatically when the first thread enters guile mode.

Ken


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to