Attribute Macro frame_support::pallet_macros::task_list

source ·
#[task_list]
Expand description

This attribute is attached to a function inside an impl block annoated with pallet::tasks_experimental to define an iterator over the available work items for a task.

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.