Fork me on GitHub
#core-async
<
2015-07-02
>
roberto21:07:08

is there a way to read from a channel outside a go block?

meow21:07:07

not sure about take! need to look it up...

meow21:07:26

yep, <!! and take!

roberto22:07:18

they don’t work in cljs

roberto22:07:23

but I found a workaround

roberto22:07:38

more like: I refactored the design of my code.