Attribute Macro frame_support_procedural::task_list
source ยท #[task_list]
Expand description
Allows defining an iterator over available work items for a task.
This attribute is attached to a function inside an impl
block annotated with
pallet::tasks_experimental
.
It takes an iterator as input that yields a tuple with same types as the function arguments.