An open API service indexing awesome lists of open source software.

https://github.com/lestrrat-go/channels

Channel patterns
https://github.com/lestrrat-go/channels

Last synced: about 2 months ago
JSON representation

Channel patterns

Awesome Lists containing this project

README

        

# channels

Channel patterns

[![Build Status](https://travis-ci.org/lestrrat-go/channels.png?branch=master)](https://travis-ci.org/lestrrat-go/channels)

[![GoDoc](https://godoc.org/github.com/lestrrat-go/channels?status.svg)](https://godoc.org/github.com/lestrrat-go/channels)

# Available Patterns

* [fanout](./fanout)
* [pipe](./pipe)