summaryrefslogtreecommitdiffhomepage
path: root/util/eventbus/queue.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-21util/eventbus: use unbounded event queues for DeliveredEvents in subscribersNick Khyl1-6/+6
2025-03-05util/eventbus: make internal queue a generic typeDavid Anderson1-12/+14
2025-02-28util/eventbus: initial implementation of an in-process event busDavid Anderson1-0/+83