syncbox
pub trait TaskBox: Send + 'static { fn run_boxes(self: Box<Self>); }
fn run_boxes(self: Box<Self>)