![]() | DefaultExecutorService Methods |
The DefaultExecutorService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AwaitTermination |
Awaits the termination.
|
![]() | AwaitTermination(TimeSpan) |
Awaits the termination.
|
![]() | AwaitTermination(Int32, TimeUnit) | |
![]() | Dispose | |
![]() | 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.
|