From 156dcca496b82cecce726315a15f7fdc264faab4 Mon Sep 17 00:00:00 2001 From: smarm Date: Fri, 12 Jun 2026 00:05:33 +0200 Subject: [PATCH] doc: note bug report form urus agent --- ROADMAP.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index e8388c2..340698a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -151,6 +151,14 @@ sizes, append-only) once the cap is actually hit. Do not let it calcify. hardware. Build + run full test suite on an aarch64 device; check `chained_spawn` / `yield_many` bench medians; merge and update README. + +--- + +## Look into + +### app actors block AllDone; no external stop path +Agent working on urus (see same git server as smarm) reported a lazily spawned actor never returning, blocking program shutdown. Maybe we should do something about it. Agent worked around it by giving the actor an atomic bool to spin on. See urus example crud for exact impl. + --- ## Invariants & gotchas (respect these across all cycles)