You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/util/eventbus
David Anderson 346a35f612 util/eventbus: add debugger methods to list pub/sub types
This lets debug tools list the types that clients are wielding, so
that they can build a dataflow graph and other debugging views.

Updates #15160

Signed-off-by: David Anderson <dave@tailscale.com>
9 months ago
..
bus.go util/eventbus: don't allow publishers to skip events while debugging 9 months ago
bus_test.go util/eventbus: rework to have a Client abstraction 9 months ago
client.go util/eventbus: add debugger methods to list pub/sub types 9 months ago
debug.go util/eventbus: add debugger methods to list pub/sub types 9 months ago
doc.go util/eventbus: initial debugging facilities for the event bus 9 months ago
publish.go util/eventbus: initial debugging facilities for the event bus 9 months ago
queue.go util/eventbus: make internal queue a generic type 9 months ago
subscribe.go util/eventbus: add debugger methods to list pub/sub types 9 months ago