guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Passing objects between threads


From: Panicz Maciej Godek
Subject: Passing objects between threads
Date: Sat, 10 Sep 2016 11:37:55 +0200

Hi,
is there any easy way to create a channel (queue) that could be used to
communicate between threads? In particular, if the queue is empty, I would
like the consumer to wait until something appears in it (pretty much like
the channels in Clojure)

regs,
Panicz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]