Module task

Source

Structs§

BatchEnvironment
The global environment for task execution. The instance will be shared by every task.
BatchManager
BatchManager is responsible for managing all batch tasks.
BatchTaskExecution
BatchTaskExecution represents a single task execution.
ComputeNodeContext
Batch task context on compute node.
ShutdownSender
A token which can be used to signal a shutdown request.
ShutdownToken
A token which can be used to receive a shutdown signal.
TaskId
TaskOutput
TaskOutputId

Enums§

ShutdownMsg
StateReporter
Send batch task status (local/distributed) to frontend.

Constants§

TASK_STATUS_BUFFER_SIZE

Traits§

BatchTaskContext
Context for batch task execution.