Uses of Class
de.mhus.lib.core.util.TimeoutController.TimeoutException
-
Packages that use TimeoutController.TimeoutException Package Description de.mhus.lib.core.util -
-
Uses of TimeoutController.TimeoutException in de.mhus.lib.core.util
Methods in de.mhus.lib.core.util that throw TimeoutController.TimeoutException Modifier and Type Method Description static voidTimeoutController. execute(Runnable task, long timeout)Executestaskin a new deamon Thread and waits for the timeout.static voidTimeoutController. execute(Thread task, long timeout)Executestask.
-