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]

Re: Garbage Collection


Alexander Asteroth <aster@manet.informatik.uni-bonn.de> writes:

> I'm using scheme (guile latest snapshot) in an asysnchronous
> context. I.e. some other processes are producing results, that scheme
> functions are waiting for. The way I'm doing this is by functions, that
> correspond to the messages. Theses funtions evaluate to #f as long as
> no result is available -- to the result otherwise.

Could you please send some (as minimal as possible) code demonstrating
the problem?

/mdj