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