Fork me on GitHub
#core-async
<
2015-06-17
>
ghadi00:06:36

danielcompton: the implementations of a few things in core.async do that

ghadi00:06:33

the only 2 things you need to know about go blocks: 1) avoid blocking operations like IO or anything that isn't >! <! or alts!. 2) the go rewriting mechanism doesn't (can't) traverse fn or invocation boundaries.