├── Original └── pipelines.article ├── README.md └── pipelines ├── bounded.go ├── parallel.go ├── serial.go ├── sqbuffer.go ├── sqdone1.go ├── sqdone2.go ├── sqdone3.go ├── sqfan.go ├── sqleak.go ├── square.go └── square2.go /Original/pipelines.article: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/Original/pipelines.article -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/README.md -------------------------------------------------------------------------------- /pipelines/bounded.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/bounded.go -------------------------------------------------------------------------------- /pipelines/parallel.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/parallel.go -------------------------------------------------------------------------------- /pipelines/serial.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/serial.go -------------------------------------------------------------------------------- /pipelines/sqbuffer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/sqbuffer.go -------------------------------------------------------------------------------- /pipelines/sqdone1.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/sqdone1.go -------------------------------------------------------------------------------- /pipelines/sqdone2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/sqdone2.go -------------------------------------------------------------------------------- /pipelines/sqdone3.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/sqdone3.go -------------------------------------------------------------------------------- /pipelines/sqfan.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/sqfan.go -------------------------------------------------------------------------------- /pipelines/sqleak.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/sqleak.go -------------------------------------------------------------------------------- /pipelines/square.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/square.go -------------------------------------------------------------------------------- /pipelines/square2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konstantin8105/Go-pipelines/HEAD/pipelines/square2.go --------------------------------------------------------------------------------