doc: note bug report form urus agent

This commit is contained in:
smarm
2026-06-12 00:05:33 +02:00
parent 8e5b754249
commit 156dcca496
+8
View File
@@ -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 hardware. Build + run full test suite on an aarch64 device; check
`chained_spawn` / `yield_many` bench medians; merge and update README. `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) ## Invariants & gotchas (respect these across all cycles)