Fork me on GitHub
#core-async
<
2015-12-02
>
waffletower00:12:06

Learning core.async... Is swap! supported within a go block? It executes as a nop within a go block for me, and executes normally when I remove the enclosing go...

waffletower01:12:32

Using <! within the go block instead of <!! solved the issue..

erik_price03:12:47

yes, swap! works within a go block