proxy.golang.org : github.com/trelore/go-broadcast
Package broadcast provides pubsub of messages over channels. A provider has a Broadcaster into which it Submits messages and into which subscribers Register to pick up those messages. Example of a simple broadcaster sending numbers to two workers. Five messages are sent. The first worker prints all five. The second worker prints the first and then unsubscribes.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/trelore/go-broadcast
License: MIT
Latest release: almost 3 years ago
First release: almost 3 years ago
Namespace: github.com/trelore
Last synced: about 1 month ago