Fork me on GitHub
#core-async
<
2020-08-08
>
mccraigmccraig12:08:23

ztellman/manifold doesn't give you much wrt error propagation on streams... we have versions of stream/map, stream/reduce etc which catch exceptions and either wrap them in marker records (e.g map) or propagate errors from marker records (e.g. reduce) as an errored promise (a deferred in manifold parlance)

Ben Sless17:08:01

Deferred and streams don't mix well in manifold?