Click or drag to resize

ExecutorsNewCachedThreadPool Method

Returns (or creates) a cached thread pool executor.

Namespace:  com.espertech.esper.compat.concurrency
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static IExecutorService NewCachedThreadPool()

Return Value

Type: IExecutorService

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.Executors.NewCachedThreadPool"]

Exceptions
ExceptionCondition
NotImplementedException
See Also