![]() | IExecutorService Interface |
[Missing <summary> documentation for "T:com.espertech.esper.compat.concurrency.IExecutorService"]
Namespace: com.espertech.esper.compat.concurrency
public interface IExecutorService
The IExecutorService type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsShutdown |
Gets a value indicating whether this instance is shutdown.
|
![]() | IsTerminated |
Gets a value indicating whether this instance is terminated.
|
Name | Description | |
---|---|---|
![]() | AwaitTermination |
Awaits termination.
|
![]() | AwaitTermination(TimeSpan) |
Awaits 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.
|