Skip to content

Support callbacks when jobs finish #2

Open
@larskotthoff

Description

@larskotthoff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions