https://github.com/tj/channel.js
Go-style channel implementation for JavaScript
https://github.com/tj/channel.js
Last synced: 9 months ago
JSON representation
Go-style channel implementation for JavaScript
- Host: GitHub
- URL: https://github.com/tj/channel.js
- Owner: tj
- Created: 2016-07-09T18:33:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T17:40:32.000Z (over 9 years ago)
- Last Synced: 2025-03-28T13:38:47.435Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 134
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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