This commit is contained in:
Loic Nageleisen 2015-12-15 13:50:47 +01:00
parent 0cdf0a490a
commit 06273c3525
11 changed files with 208 additions and 29 deletions

View file

@ -25,6 +25,16 @@ To prove this point and to serve as a nice tutorial anyway, some examples
ported over from [Go by example](http://gobyexample.com) are included in
[examples](examples).
- [X] channels
- [X] channel buffering
- [X] channel synchronization
- [X] channel direction
- [X] select
- [X] timeouts
- [ ] non-block channel operations
- [X] closing channels
- [X] range over channels
## License
MIT