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 req
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
> website/collec