jlizard-simple-threadpool 0.3.0

A simple, lightweight threadpool implementation
Documentation
1
pub(super) type Job = Box<dyn FnOnce() + Send + 'static>;