This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-12
Channels
- # babashka (3)
- # beginners (9)
- # clojure (13)
- # clojure-dev (3)
- # clojure-europe (50)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-uk (3)
- # clojurescript (3)
- # core-async (2)
- # dev-tooling (2)
- # honeysql (4)
- # hyperfiddle (2)
- # kaocha (1)
- # lsp (5)
- # off-topic (18)
- # polylith (4)
- # portal (2)
- # shadow-cljs (19)
- # squint (1)
- # vrac (1)
With slightly complex core.async topologies are there known best practices for exception handling?
👀 1
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.