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
{{ message }}
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
It would be nice to have a Close() function for these WorkerPool interfaces, which could stop accepting new work and waits until all existing works are finished before return.
This could make the server shutdown process a low simpler without the user having to pass in a sync.WaitGroup for each piece of work and waiting on that.
It would be nice to have a Close() function for these WorkerPool interfaces, which could stop accepting new work and waits until all existing works are finished before return.
This could make the server shutdown process a low simpler without the user having to pass in a sync.WaitGroup for each piece of work and waiting on that.
@richardartoul
The text was updated successfully, but these errors were encountered: