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

https://github.com/batmac/bufferize

convert a go unbuffered channel to a buffered channel (with generics).
https://github.com/batmac/bufferize

generic golang

Last synced: 12 months ago
JSON representation

convert a go unbuffered channel to a buffered channel (with generics).

Awesome Lists containing this project

README

          

# bufferize

convert a go unbuffered channel to a buffered channel (with generics).