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
Allow the user to specify a callback for when one/all jobs are finished. Should probably be specified when starting the workers, i.e.
$start_workers(fun, n, callback_all_done, callback_one_done)
Callback functions could be given the returned results for the job(s). This would allow to monitor progress easily and run e.g. analysis of results without synchronously blocking.
The text was updated successfully, but these errors were encountered:
Allow the user to specify a callback for when one/all jobs are finished. Should probably be specified when starting the workers, i.e.
Callback functions could be given the returned results for the job(s). This would allow to monitor progress easily and run e.g. analysis of results without synchronously blocking.
The text was updated successfully, but these errors were encountered: