Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/massimo-marino/workers-daisy-chain

A set of goroutines (workers) is created in a daisy chain, so that every worker Wi has an input channel form worker Wi-1 and an output channel to worker Wi+1.
https://github.com/massimo-marino/workers-daisy-chain

daisy-chain fibonacci-numbers go golang goroutine workers

Last synced: 11 days ago
JSON representation

A set of goroutines (workers) is created in a daisy chain, so that every worker Wi has an input channel form worker Wi-1 and an output channel to worker Wi+1.

Awesome Lists containing this project