Module homestar_invocation::task
source · Expand description
A Task is the smallest unit of work that can be requested from a UCAN.
Re-exports§
pub use config::Resources;pub use instruction::Instruction;
Modules§
- Invocation configuration, typically expressed as metadata for tasks.
- An Instruction is the smallest unit of work that can be requested from a UCAN, described via
resource,ability.
Structs§
- Contains the Instruction, configuration, and a possible Receipt of the invocation that caused this task to run.
Enums§
- Resultant output of an executed Instruction.