Fork me on GitHub
#core-async
<
2018-07-24
>
tianshu08:07:56

how can I known if a channel is a promise-chan?

mpenet08:07:17

you can mess with (.-buf chan) type to figure it out, but that's hairy territory

tianshu08:07:42

At least there's a way, it looks good anyway