dextool v1.2.2 (2019-07-12T16:12:10Z)
Dub
Repo
ProgressivWatchdog
dextool
plugin
mutate
backend
watchdog
Watchdog that signal *timeout* after a static time.
Progressive watchdog
@
safe
struct
ProgressivWatchdog {
this
(Duration timeout);
void
incrTimeout
();
Duration
timeout
();
}
Constructors
this
this
(Duration timeout)
Undocumented in source.
Members
Functions
incrTimeout
void
incrTimeout
()
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
Duration
timeout
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
watchdog
structs
ProgressivWatchdog
StaticTime
Watchdog that signal *timeout* after a static time.
Progressive watchdog