/channel.js

Go-style channel implementation for JavaScript

Primary LanguageJavaScript

Channel

Simple Go-style Channel implementation. Others are available but this implementation tries to follow the Go semantics more closely.

Installation

$ npm install tj/channel.js

License

MIT