> 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