fn _stall_cycle(obj: *mut ConfObject, cycles: Cycles)
Expand description
Stall an object’s execution for a number of cycles. obj
must implement the cycle and
stall interfaces
§Cycle
Unknown
fn _stall_cycle(obj: *mut ConfObject, cycles: Cycles)
Stall an object’s execution for a number of cycles. obj
must implement the cycle and
stall interfaces
Unknown