Fork me on GitHub
#core-async
<
2019-08-05
>
Anik Chowhdury08:08:14

Hello, i am newbie to clojure. Can anyone guide me in core async about how to check if a channel is empty or not...

Alex Miller (Clojure team)12:08:34

logging/printing is generally fine as it's unlikely to block a channel indefinitely

🙏 4
Joe Lane12:08:29

tap> seems to work as well

Alex Miller (Clojure team)12:08:35

yes, tap> gives you an intermediate queue