Expand description
Plugin execution context.
Context is the main handle plugins use during task execution.
It provides access to task metadata via TaskInfo, result pushing
via ResultSink, and progress reporting back to the daemon.
Modulesยง
- message
- Internal result message types for the plugin-runtime channel.
- result_
sink ๐ - Result pushing during task execution.
Structsยง
- Context
- The main handle plugins interact with during task execution.
- Context
Inner ๐ - Progress
Payload ๐ - Result
Sink - Handle for pushing results back to the daemon during task execution.
- Task
Info - Read-only view of task metadata: the task ID, sample file path, and key-value configuration submitted with the task.
Functionsยง
- lock_
or_ ๐err
Type Aliasesยง
- Result
Sender - Sender half of the result channel between a plugin and its runtime.