jlizard_simple_threadpool/
common.rs

1pub(super) type Job = Box<dyn FnOnce() + Send + 'static>;