pub type EventBlock = RcBlock<Box<dyn Fn(*mut c_void, u64) + Send>>;Expand description
Block type: void (^)(id, uint64_t)
Used for SharedEvent notifications: void (^)(MTL::SharedEvent*, uint64_t)
Aliased Type§
pub struct EventBlock { /* private fields */ }