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
I recommend we change Task.blocking() to Task.runInExecutor() or Task.callableInexecutor
Task.blocking()
Task.runInExecutor()
Task.callableInexecutor
The text was updated successfully, but these errors were encountered:
If we change, what about the existing users that will require them to chaneg? These functions are actually task creation, I think if we can consider:
Task.createTaskInThreadPool
Task.createSimpleBlockingTask
how about that
Sorry, something went wrong.
I totally agree with this to be less confusing.
junchuanwang
No branches or pull requests
I recommend we change
Task.blocking()
toTask.runInExecutor()
orTask.callableInexecutor
The text was updated successfully, but these errors were encountered: