util/eventbus: flesh out docs a bit

Updates #cleanup

Change-Id: Ia6b0e4b0426be1dd10a777aff0a81d4dd6b69b01
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2025-09-25 09:39:27 -07:00
committed by Brad Fitzpatrick
parent 0b27871860
commit a40f23ad4a
4 changed files with 11 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ type Client struct {
func (c *Client) Name() string { return c.name }
// Close closes the client. Implicitly closes all publishers and
// Close closes the client. It implicitly closes all publishers and
// subscribers obtained from this client.
func (c *Client) Close() {
var (