On Fri, Jan 21, 2005 at 07:29:35PM +0100, Marius Vollmer wrote: > Hi, > > this describes the model for C level threading for Guile 1.8. What do > you think? Great! Random typo: [...] > 4.3.5 Multi-Threading > --------------------- [...] > > For some comming blocking operations, Guile provides convenience ^^^^^^^ coming? common? (I guess second) Thanks for your great work. I'm not much into Guile these days, so sorry if I'm asking the obvious: is there a function to defer something to a safe point? (like I'm `outside Guile', say in a signal handler and want to do some things there and leave others for when I'm at a safe point and say scm_execute_at_safe_point(closure). The implementation itself has to have this, of course. Can it be made available in the API? Is already? Regards -- tomas