mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-04 13:26:14 +00:00
463 B
463 B
Topic Candidates
Cross-cutting patterns noticed during module documentation. Each entry may become a topic doc in
spec/after all module docs are complete.
- Exception handling strategy:
catchOwn/catchAll/tryAllErrorspattern (defined in Util.hs) used across server, client, and agent modules. The three-category classification (synchronous, own-async, cancellation) and when to use which catch variant is not obvious from any single call site.