Fork me on GitHub
#core-async
<
2016-05-27
>
noisesmith00:05:08

oh, right, because each go block returns a channel

bteuber10:05:32

Hi, I got a problem: I have an event channel with a transducer on it, and for tests I want to wait until it’s empty. Is there another way besides putting a dummy event into it and waiting for my dummy handler to be called?

ragge11:05:14

@bteuber: have producer close it when done?

bteuber11:05:48

@ragge: I might need it still open afterwards, but thanks. Anyways I did pick the dummy event solution now ^^