Module brane_tsk::spec

source ·
Expand description

Defines (public) interfaces and structs for the brane-tsk crate.

Structs§

  • Defines an application identifier, which is used to identify… applications… (wow)
  • Defines a unique identifier used to distinguish individual task submissions within a coherent workflow.

Enums§

  • Defines the possible states a job can have.

Constants§

  • Special constant that marks it needs to be run on the local machine.

Traits§

  • Defines a common interface for planners. This is mostly for software engineering reasons, and not really due to the need to have them interchangeable.