You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the callback is executed by a thread within the Pool itself once results have been delivered back to the main process. Hence, its execution happens on the process which has been scheduling the task_function.
The same implementation as concurrent.futures.ProcessPoolExecutor and multiprocessing.Pool.
for example
who runs done_callback_function?caller thread or process which runs the task_function?
The text was updated successfully, but these errors were encountered: