Package org.eclipse.jetty.util.thread
Interface TryExecutor
- All Superinterfaces:
Executor
- All Known Implementing Classes:
DelegatingThreadPool,ExecutorThreadPool,MonitoredQueuedThreadPool,QueuedThreadPool,ReservedThreadExecutor,TryExecutor.NoTryExecutor
A variation of Executor that can confirm if a thread is available immediately
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic TryExecutorasTryExecutor(Executor executor) default voidbooleantryExecute(Runnable task) Attempt to execute a task.
-
Field Details
-
NO_TRY
-
-
Method Details