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 24d4846f00 util/eventbus: adjust worker goroutine management helpers
This makes the helpers closer in behavior to cancelable contexts
and taskgroup.Single, and makes the worker code use a more normal
and easier to reason about context.Context for shutdown.

Updates #15160

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