https://github.com/lestrrat-go/channels
Channel patterns
https://github.com/lestrrat-go/channels
Last synced: about 2 months ago
JSON representation
Channel patterns
- Host: GitHub
- URL: https://github.com/lestrrat-go/channels
- Owner: lestrrat-go
- License: mit
- Created: 2018-04-26T11:34:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T06:27:05.000Z (about 7 years ago)
- Last Synced: 2024-06-20T15:01:08.172Z (about 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# channels
Channel patterns
[](https://travis-ci.org/lestrrat-go/channels)
[](https://godoc.org/github.com/lestrrat-go/channels)
# Available Patterns
* [fanout](./fanout)
* [pipe](./pipe)