Should deprecate(rename)Task.blocking()
junchuanwang opened this issue · 2 comments
junchuanwang commented
I recommend we change Task.blocking()
to Task.runInExecutor()
or Task.callableInexecutor
BrianPin commented
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
PearlPig123 commented
I recommend we change
Task.blocking()
toTask.runInExecutor()
orTask.callableInexecutor
I totally agree with this to be less confusing.