Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qqiao/pipeline

A multithreaded pipeline implementation with support of Go 1.18 generics.
https://github.com/qqiao/pipeline

concurrency generics golang multithreading

Last synced: about 2 months ago
JSON representation

A multithreaded pipeline implementation with support of Go 1.18 generics.

Awesome Lists containing this project

README

        

# pipeline

A multithreaded pipeline implementation with support of Go 1.18 generics.

### Installation

The webapp module can be installed by running the following command in your
main Go module:

go get github.com/qqiao/pipeline/v2

### Documentation and Usage

API documentation and example code can be found at
[pkg.go.dev](https://pkg.go.dev/github.com/qqiao/pipeline/v2).

### Known issues