[][src]Type Definition roa::BlockingObj

type BlockingObj = Box<dyn FnOnce() + 'static + Send>;

Blocking task Object