pub trait Task { // Required method fn execute(self); }
Task to run on the worker threads.
Executes the task.