This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c/cc in signal handlers


Guile allows to manipulate signal actions at Scheme level.
Is it safe to use call-with-current continuation inside a signal handler,
lets say if a SIGALARM is caught, the current computaion should be 
interrupted but store its state and be ready to be resumed at a later
point?
--
Klaus Schilling