[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: behaviour of scm_run_hook
From: |
Neil Jerram |
Subject: |
Re: behaviour of scm_run_hook |
Date: |
Mon, 05 Sep 2005 23:14:32 +0100 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
address@hidden writes:
> Indeed, scm_c_run_hook() is being called from a separate thread which
> processes all events, I had forgotten about that, but I can see why that
> can be a problem. Is there a way to synchronize the Scheme shell with
> other threads in the program ?
If you're using Guile 1.7, please see section 5.3 of the manual, which
describes how to use scm_with_guile.
If Guile 1.6, I'm afraid I don't know - can anyone else help in this
case?
Neil