Attribute Macro frame_support::pallet_macros::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.


Rust-Analyzer users: See the documentation of the Rust item in frame_support::pallet_macros::task_list.