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 3e18434595 util/eventbus: rework to have a Client abstraction
The Client carries both publishers and subscribers for a single
actor. This makes the APIs for publish and subscribe look more
similar, and this structure is a better fit for upcoming debug
facilities.

Updates #15160

Signed-off-by: David Anderson <dave@tailscale.com>
11 months ago
..
bus.go util/eventbus: rework to have a Client abstraction 11 months ago
bus_test.go util/eventbus: rework to have a Client abstraction 11 months ago
client.go util/eventbus: rework to have a Client abstraction 11 months ago
doc.go util/eventbus: rework to have a Client abstraction 11 months ago
publish.go util/eventbus: rework to have a Client abstraction 11 months ago
queue.go util/eventbus: initial implementation of an in-process event bus 11 months ago
subscribe.go util/eventbus: rework to have a Client abstraction 11 months ago