heaths/gh-projects

Use thread pool to parallelize work

Closed this issue · 1 comments

When there's lots of issues/PRs to add or remove, run several concurrent worker go routines. See https://gobyexample.com/worker-pools for a simple example.

Fixed by #32