Expand description

The scheduler is in charge of runing tasks (plugin instancce and argument) in differents workers.

Structs

A task is used to run a plugin it’s made of a unique id, a plugin_name and some plugin argument.

The scheduler is in charge of running Task (plugin instance and argument).

A worker for running a plugin instance.

Enums

Enum indicating state of a plugin (Waiting, Launched, Finished).

Type Definitions