Comment by fizlebit
14 hours ago
One thing I always found more work than I would expect is when you have a graph of operations, think a Makefile, but a bit dynamic. For this model completable futures and executors seem to work well (provided the graphs is smallish), but golang is (or perhaps before generics) just was difficult.
Have you tried goyek? It's built exactly for this kind of use case. I find the API great but I'm also a newbie
https://github.com/goyek/goyek