Fork me on GitHub
#aleph
<
2018-05-29
>
mccraigmccraig07:05:21

@lxsameer manifold doesn’t touch go blocks - it just adapts channels to streams - https://github.com/ztellman/manifold/blob/master/src/manifold/stream/async.clj

lxsameer18:05:40

@mccraigmccraig so the basically if I connect a channel to a stream or the other way around, my application will be executed on core async thread pools. right ?

mccraigmccraig19:05:19

if you connect a channel to a stream that seems to be so... i imagine not if you connect a stream to a channel tho