mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 01:54:40 +01:00
WIP
This commit is contained in:
parent
0cdf0a490a
commit
06273c3525
11 changed files with 208 additions and 29 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue