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
g2cache/grpool.go
Lines 89 to 100 in 0098a51
对于 pool 对象,他本身存在 jobQueue chan. 可以去掉jobQueue 变量。 在 newWorker(int64(i), pool, jobQueue) 里面,可以从pool 中取出 jobQueue 变量。
The text was updated successfully, but these errors were encountered:
新版本已经去掉
Sorry, something went wrong.
No branches or pull requests
g2cache/grpool.go
Lines 89 to 100 in 0098a51
对于 pool 对象,他本身存在 jobQueue chan. 可以去掉jobQueue 变量。
在 newWorker(int64(i), pool, jobQueue) 里面,可以从pool 中取出 jobQueue 变量。
The text was updated successfully, but these errors were encountered: