aleph

mccraigmccraig 2018-05-29T07:39:21.000485Z

@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

lxsameer 2018-05-29T18:46:40.000481Z

@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 ?

mccraigmccraig 2018-05-29T19:31:19.000549Z

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

lxsameer 2018-05-29T19:39:03.000184Z

why ?