https://github.com/perbu/chueue
Go example of channel broadcast
https://github.com/perbu/chueue
Last synced: 3 months ago
JSON representation
Go example of channel broadcast
- Host: GitHub
- URL: https://github.com/perbu/chueue
- Owner: perbu
- Created: 2022-06-15T14:07:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T14:08:45.000Z (about 4 years ago)
- Last Synced: 2026-01-02T06:13:39.632Z (7 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Broadcasting using channel close
Simple example of how to broadcast to multiple channels using channel close.