Re: Garbage Collection

Mikael Djurfeldt (mdj@nada.kth.se)
23 Apr 1998 14:34:35 +0200

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