pub fn stall_cycle(obj: *mut ConfObject, cycles: Cycles) -> Result<()>
Stall an object’s execution for a number of cycles. obj must implement the cycle and stall interfaces
obj
Unknown