mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2025-02-21 11:23:12 +03:00
有限并行模式
解决如何在有限资源的场景下,依然能够最大限度的并行处理的问题
https://github.com/ajithcnambiar/boundedparallelism/blob/master/pipeline/pipeline.go
https://github.com/keybase/pipeliner/blob/master/pipeliner.go