On Sun 17 Jul 2016 14:03, Jan Wedekind <[email protected]> writes: > You can use condition variables (together withvthe mutex) to signal > availability of a new item to consume.
An implementation here: https://lists.gnu.org/archive/html/guile-devel/2012-02/msg00033.html But, I think channels are the way to go (Go-like concurrency or concurrent ML or something). Andy
