Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perbu/chueue
Go example of channel broadcast
https://github.com/perbu/chueue
Last synced: 4 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T14:08:45.000Z (over 2 years ago)
- Last Synced: 2024-11-19T02:03:18.696Z (2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- 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.