We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pool/pool.go
Line 57 in b9a4328
每次循环都是stop worker[0], 会导致stop阻塞,应该加个标志符表示某个worker 已经被停止了
The text was updated successfully, but these errors were encountered:
e07bb70
yougg
No branches or pull requests
pool/pool.go
Line 57 in b9a4328
每次循环都是stop worker[0], 会导致stop阻塞,应该加个标志符表示某个worker 已经被停止了
The text was updated successfully, but these errors were encountered: