Module task

Module 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§

config
Invocation configuration, typically expressed as metadata for tasks.
instruction
An Instruction is the smallest unit of work that can be requested from a UCAN, described via resource, ability.

Structs§

Task
Contains the Instruction, configuration, and a possible Receipt of the invocation that caused this task to run.

Enums§

Result
Resultant output of an executed Instruction.