Yeah ok, so in old school threading terms what I n...
# coroutines
g
Yeah ok, so in old school threading terms what I need is a blocking queue of size 1 where a call to
take()
will unblock the last call to
offer()
and a call to
offer()
will unblock the last call to
take()