pub trait ZeroCopyWorkStealingTask: Send + 'static { // Required method fn execute(&self); }
Work-stealing task for the scheduler
Execute the task