https://github.com/go-libfp/libchan
Various concurrency abstractions implemented on top of channels.
https://github.com/go-libfp/libchan
Last synced: 5 months ago
JSON representation
Various concurrency abstractions implemented on top of channels.
- Host: GitHub
- URL: https://github.com/go-libfp/libchan
- Owner: go-libfp
- License: mit
- Created: 2023-02-23T07:13:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T20:12:11.000Z (about 3 years ago)
- Last Synced: 2024-06-21T09:47:48.487Z (almost 2 years ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# libchan
## Various concurrency abstractions implemented on top of channels.
### Futures usage
```
```
### Streams usage
```
```