linkedin/parseq

Should deprecate(rename)Task.blocking()

Opened this issue · 2 comments

I recommend we change Task.blocking() to Task.runInExecutor() or Task.callableInexecutor

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:

  1. Task.createTaskInThreadPool
  2. Task.createSimpleBlockingTask

how about that

I recommend we change Task.blocking() to Task.runInExecutor() or Task.callableInexecutor

I totally agree with this to be less confusing.