An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# libchan
## Various concurrency abstractions implemented on top of channels.

### Futures usage
```
```

### Streams usage
```

```