Package | Description |
---|---|
com.peterphi.std.threading |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
Daemon.waitForTermination(Daemon daemon,
long timeoutMillis) |
Modifier and Type | Method | Description |
---|---|---|
static void |
Daemon.stopAll(List<? extends Daemon> daemons) |
Stop all the daemons in a given list:
|
static boolean |
Daemon.waitForTermination(List<? extends Daemon> daemons,
long timeoutMillis) |
Copyright © 2018. All rights reserved.