![]() | DedicatedExecutorService Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.concurrency.DedicatedExecutorService"]
Namespace: com.espertech.esper.compat.concurrency
public class DedicatedExecutorService : IExecutorService
The DedicatedExecutorService type exposes the following members.
Name | Description | |
---|---|---|
![]() | DedicatedExecutorService(String, Int32) |
Initializes a new instance of the DedicatedExecutorService class.
|
![]() | DedicatedExecutorService(String, Int32, IBlockingQueueRunnable) |
Initializes a new instance of the DedicatedExecutorService class.
|
Name | Description | |
---|---|---|
![]() | IsShutdown | |
![]() | IsTerminated | |
![]() | NumExecuted |
Gets the number of tasks executed.
|
Name | Description | |
---|---|---|
![]() | AwaitTermination |
Awaits the termination.
|
![]() | AwaitTermination(TimeSpan) |
Awaits the termination.
|
![]() | Shutdown |
Shutdowns this instance.
|
![]() | Submit(Action) |
Submits the specified runnable to the thread pool.
|
![]() | SubmitT(FuncTResult) | |
![]() | SubmitT(ICallableT) |
Submits the specified callable to the thread pool.
|