[go-nuts] RFC - scheduler for Go channels

2019-11-03 Thread Giulio Micheloni
Hi everybody, I have just finalized my first open source library written in Go. It is simple implementation of DRR scheduler for channels. More details are in repo's README file. https://github.com/bigmikes/drr I would expect this package to be useful for your programs where prioritizing

[go-nuts] Re: Concurrency Problems

2018-08-17 Thread Giulio Micheloni
Also this https://blog.golang.org/pipelines is a good reading. On Thursday, August 16, 2018 at 6:01:20 PM UTC+2, Rajat Jain wrote: > > Hi, > > I'm looking to solve interesting problems on concurrency in golang to > understand channels/goroutines better. Can anyone suggest a good >