sequential_task
trait sequential_task
Trait to execute tasks in steps with timeout management.
Methods
void
execute_step(mixed $key, mixed $value)
Callback function to execute a unit of work.
Details
at line 30
abstract protected void
execute_step(mixed $key, mixed $value)
Callback function to execute a unit of work.
at line 41
protected void
execute(config $config, array $data, string|null $counter_name = null)
Execute the tasks with timeout management.