feat: in-flight query coalescing with COALESCED path #20
Reference in New Issue
Block a user
Delete Branch "feat/query-coalescing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
(domain, qtype)arrive concurrently and miss cache, only the first triggers recursive resolution — others wait on a broadcast channelCOALESCED(notRECURSIVE) in the query log and dashboardInflightGuard(Drop impl) guarantees map cleanup on panic/task cancellationacquire_inflight()function so disposition logic is testable independentlyCOALESCEDtag,recursiveandcoalescedin path filter dropdowncoalescedcountTest plan
acquire_inflight(), not tokio primitivesmake allpasses (fmt, clippy, audit, build, 108 tests)🤖 Generated with Claude Code