You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a wait flag in Stop(wait bool) (#15)
* Added a wait flag in Stop(wait bool)
Stop(true) blocks until all the output channels are read from
* Enhanced examples
* start just 1 worker by default to conform to the user input for max workers in case they provide 1
1.2 (#11)
* Removed timeout and logs options
1. Removed timeout option
All workers will be killed if Stop() is called and if their jobs are
finished
2. Disabling logs - it is now an unexported global variable
Logging is expensive
Not send nil to error channel (#9)
* SubmitCheckError should not send nil to ErrChan. (#8)
* fixed tests
Co-authored-by: devlights <gsf.zero1@devlights.onmicrosoft.com>