summaryrefslogtreecommitdiffhomepage
path: root/util/eventbus/client.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-10-30util/eventbus: allow logging of slow subscribers (#17705)M. J. Fromberger1-2/+5
2025-10-07util/eventbus: add a function-based subscriber type (#17432)M. J. Fromberger1-0/+23
2025-09-25util/eventbus: flesh out docs a bitBrad Fitzpatrick1-1/+1
2025-09-22util/eventbus: give a nicer error when attempting to use a closed client (#17...M. J. Fromberger1-5/+26
2025-09-16util/eventbus: add a Done channel to the Client (#17118)M. J. Fromberger1-3/+10
2025-08-05wgengine/router: rely on events for deleted IP rules (#16744)Claus Lensbøl1-1/+1
2025-06-16util/eventbus: remove redundant code from eventbus.PublishNick Khyl1-6/+7
2025-03-07util/eventbus: add debugger methods to list pub/sub typesDavid Anderson1-0/+14
2025-03-07util/eventbus: don't allow publishers to skip events while debuggingDavid Anderson1-1/+1
2025-03-07util/eventbus: initial debugging facilities for the event busDavid Anderson1-2/+14
2025-03-06util/eventbus: add debug hooks to snoop on bus trafficDavid Anderson1-2/+3
2025-03-05util/eventbus: track additional event context in publish queueDavid Anderson1-1/+1
2025-03-04util/eventbus: rework to have a Client abstractionDavid Anderson1-0/+100