Function basalt::misc::do_work[][src]

pub fn do_work<W: Send + 'static>(
    work: Vec<W>,
    func: Arc<dyn Fn(W) + Send + Sync>
)