Fork me on GitHub
#core-async
<
2024-01-12
>
Rachel Westmacott09:01:46

With slightly complex core.async topologies are there known best practices for exception handling?

👀 1
Rachel Westmacott10:01:25

To any watchers: I searched and found this: https://wil.yegelwel.com/Error-Handling-with-Clojure-Async/ - I'm trying out using an exception channel. I opted not to try <? as I have many go blocks running in parallel and want to be able to abort the whole thing as soon as something fails rather than wait until I'm pulling all the final values at the end.