package
0.1.31
Repository: https://github.com/dcnetio/gothreads-lib.git
Documentation: pkg.go.dev

# Functions

NewBroadcaster returns a new Broadcaster with the given capacity (0 means un-buffered).

# Constants

ErrClosedChannel means the caller attempted to send to one or more closed broadcast channels.

# Structs

Broadcaster implements a Publisher.
Listener implements a Subscriber to broadcast channel.