bindTask method

void bindTask(
  1. AsyncTask task
)

Implementation

void bindTask(AsyncTask task) {
  task._executorThread = this;
}