[][src]Type Definition zinc64_core::TickFn

type TickFn = Rc<dyn Fn()>;

A tick represents a callback invoked by the cpu for each clock cycle during instruction execution.