Type Definition scsys_actors::Job

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