-
-
Methods in org.burningwave.core.concurrent with parameters of type Thread.Supplier
| Modifier and Type |
Method |
Description |
static QueuedTasksExecutor |
QueuedTasksExecutor.create(String executorName,
Thread.Supplier threadSupplier,
int initialPriority) |
|
static QueuedTasksExecutor |
QueuedTasksExecutor.create(String executorName,
Thread.Supplier threadSupplier,
int initialPriority,
boolean daemon,
boolean undestroyable) |
|
static QueuedTasksExecutor.Group |
QueuedTasksExecutor.Group.create(String name,
Thread.Supplier threadSupplier,
boolean isDaemon,
long allTasksMonitoringInterval,
long minimumElapsedTimeToConsiderATaskAsDeadLocked,
boolean deadLockedTasksKillingEnabled,
boolean undestroyableFromExternal) |
|
static QueuedTasksExecutor.Group |
QueuedTasksExecutor.Group.create(String name,
Thread.Supplier threadSupplierForHighPriorityTasksExecutor,
Thread.Supplier threadSupplierForNormalPriorityTasksExecutor,
Thread.Supplier threadSupplierForLowPriorityTasksExecutor,
boolean isDaemon,
boolean undestroyableFromExternal) |
|
static QueuedTasksExecutor.Group |
QueuedTasksExecutor.Group.create(String name,
Thread.Supplier threadSupplierForHighPriorityTasksExecutor,
Thread.Supplier threadSupplierForNormalPriorityTasksExecutor,
Thread.Supplier threadSupplierForLowPriorityTasksExecutor,
boolean isDaemon,
long allTasksMonitoringInterval,
long minimumElapsedTimeToConsiderATaskAsDeadLocked,
boolean deadLockedTasksKillingEnabled) |
|