I'm porting a Java 8 to 9 application, I have some processes that use the Watchdog concept, which use something similar to:
public synchronized void run() {
until = System.currentTimeMillis() + watchdogParam.getTimeout();
while (!can...
asked by
24.10.2017 / 19:15