summaryrefslogtreecommitdiffhomepage
path: root/util/eventbus/subscribe.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-2/+2
2025-11-11util/eventbus: log goroutine stacks when hung in CIBrad Fitzpatrick1-0/+7
2025-10-31util/eventbus: block for the subscriber during SubscribeFunc close (#17642)M. J. Fromberger1-0/+7
2025-10-30util/eventbus: allow logging of slow subscribers (#17705)M. J. Fromberger1-2/+33
2025-10-10util/eventbus: run subscriber functions in a goroutine (#17510)M. J. Fromberger1-14/+24
2025-10-07util/eventbus: add a function-based subscriber type (#17432)M. J. Fromberger1-16/+63
2025-09-25util/eventbus: flesh out docs a bitBrad Fitzpatrick1-1/+5
2025-06-16util/eventbus: remove redundant code from eventbus.PublishNick Khyl1-9/+5
2025-03-07util/eventbus: add debugger methods to list pub/sub typesDavid Anderson1-0/+14
2025-03-07util/eventbus: initial debugging facilities for the event busDavid Anderson1-24/+48
2025-03-06util/eventbus: add debug hooks to snoop on bus trafficDavid Anderson1-5/+17
2025-03-05util/eventbus: track additional event context in subscribe queueDavid Anderson1-10/+18
2025-03-05util/eventbus: make internal queue a generic typeDavid Anderson1-3/+3
2025-03-05util/eventbus: adjust worker goroutine management helpersDavid Anderson1-25/+22
2025-03-04util/eventbus: rework to have a Client abstractionDavid Anderson1-76/+105
2025-02-28util/eventbus: initial implementation of an in-process event busDavid Anderson1-0/+170