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
Claus Lensbøl 009d702adf
health: remove direct callback and replace with eventbus (#17199)
Pulls out the last callback logic and ensures timers are still running.

The eventbustest package is updated support the absence of events.

Updates #15160

Signed-off-by: Claus Lensbøl <claus@tailscale.com>
4 months ago
..
assets util/eventbus: add a debug HTTP handler for the bus 10 months ago
debug-demo util/eventbus: add a helper program for bus development 10 months ago
eventbustest health: remove direct callback and replace with eventbus (#17199) 4 months ago
bench_test.go util/eventbus: add basic throughput benchmarks (#15284) 10 months ago
bus.go util/eventbus: fix docstrings (#16401) 6 months ago
bus_test.go util/eventbus: add a Done channel to the Client (#17118) 4 months ago
client.go util/eventbus: add a Done channel to the Client (#17118) 4 months ago
debug.go client/local,cmd/tailscale/cli,ipn/localapi: expose eventbus graph (#16597) 6 months ago
debughttp.go util/eventbus: add ts_omit_debugeventbus 4 months ago
debughttp_off.go util/eventbus: add ts_omit_debugeventbus 4 months ago
doc.go util/eventbus: add test helpers to simplify testing events (#16294) 6 months ago
fetch-htmx.go util/eventbus: add a debug HTTP handler for the bus 10 months ago
publish.go util/eventbus: remove redundant code from eventbus.Publish 7 months ago
queue.go util/eventbus: make internal queue a generic type 10 months ago
subscribe.go util/eventbus: remove redundant code from eventbus.Publish 7 months ago