Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cmd): stop generators as last to avoid deadlock on exit
As jobs unconditionally read from generator's channel there can be a situation when generator is closed and will not produce any new values while some jobs still wait on empty channel deadlocking and preventing process exit.
- Loading branch information