Adam Fraser
Adam Fraser
I think the workflow is interrupted. It fails, and one of the causes of its failure is interruption. There is some ambiguity regarding whether `isInterrupted` means "interruption is one of...
@neko-kai I would tend to agree which is why I think the current semantics of `onInterrupt` are correct but if you wanted to you could introspect on the cause and...
A lot of the materials regarding other ZIO ecosystem libraries still need to be updated as many of them were not published for ZIO 2.0 when these materials were prepared.
Would be great if we could minimize this further!
Yes I think we can provide some functionality that lets you log something with a custom logger, maybe in `zio-logging`.
@kitlangton Could you take a look at this?
High performance data structures are always of interest. I do think given the additional complexity versus an existing implementation we would really need to see the benchmarks demonstrating that this...
@dadhi I think you could look at something like `ZSink.collectAllToMap`. One challenge is that in a lot of cases if you need more performance you can move to a mutable...
@grouzen Thank you! 🙏