KICKASS_DEBUG_WITHOUT_DELAY
2023-04-07 jj5 - these traits are defined for debugging purposes; will delay for the minimum amount of time when delay is invoked due to error.
Table of Contents
- do_delay() : mixed
- 2023-04-07 jj5 - delay for the shortest time allowed.
Methods
do_delay()
2023-04-07 jj5 - delay for the shortest time allowed.
protected
do_delay(int $ns_min, int $ns_max) : mixed
Parameters
- $ns_min : int
-
the minimum time nominated by the caller, this is what we use.
- $ns_max : int
-
the maximum time nominated by the caller, this is ignored.