tailscale/util/eventbus
David Anderson e71e95b841 util/eventbus: don't allow publishers to skip events while debugging
If any debugging hook might see an event, Publisher.ShouldPublish should
tell its caller to publish even if there are no ordinary subscribers.

Updates #15160

Signed-off-by: David Anderson <dave@tailscale.com>
2025-03-07 14:27:48 -08:00
..
bus_test.go
bus.go util/eventbus: don't allow publishers to skip events while debugging 2025-03-07 14:27:48 -08:00
client.go util/eventbus: don't allow publishers to skip events while debugging 2025-03-07 14:27:48 -08:00
debug.go util/eventbus: initial debugging facilities for the event bus 2025-03-07 12:48:32 -08:00
doc.go util/eventbus: initial debugging facilities for the event bus 2025-03-07 12:48:32 -08:00
publish.go util/eventbus: initial debugging facilities for the event bus 2025-03-07 12:48:32 -08:00
queue.go util/eventbus: make internal queue a generic type 2025-03-05 18:29:34 -08:00
subscribe.go util/eventbus: initial debugging facilities for the event bus 2025-03-07 12:48:32 -08:00