[][src]Type Definition roa_core::BlockingObj

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

Blocking task Object