Package ghidra.util.timer
-
Interface Summary Interface Description GTimerMonitor Monitor object returned from a GTimer.schedule() call -
Class Summary Class Description GTimer A class to scheduleRunnable
s to run after some delay, optionally repeating.Watchdog A reusable watchdog that will execute a callback if the watchdog is not disarmed before it expires.