Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benelser/multiplexing-in-go
Snippet to remind myself how to implement go concurrency multiplexing pattern
https://github.com/benelser/multiplexing-in-go
Last synced: about 17 hours ago
JSON representation
Snippet to remind myself how to implement go concurrency multiplexing pattern
- Host: GitHub
- URL: https://github.com/benelser/multiplexing-in-go
- Owner: benelser
- License: mit
- Created: 2021-09-29T21:46:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T00:46:46.000Z (about 3 years ago)
- Last Synced: 2024-06-19T16:38:48.888Z (5 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multiplexing-in-go
Snippet to remind myself how to implement go concurrency multiplexing pattern