Skip to content

use bounded goroutine group in commit search

Warren Gifford requested to merge cc/use-bounded-group into main

Created by: camdencheek

TIL about the goroutine.Bounded helper, which solves the early-cancellation problem I often face with the more standard errgroup. This is the reason I didn't use an errorgroup with commit search, so I cleaned it up a smidge by switching to this.

Merge request reports

Loading