Click or drag to resize

ExecutorsDefaultExecutor Method

Creates a new thread pool and returns the executor. Ours does nothing as we use the CLR thread pool.

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

Return Value

Type: DefaultExecutorService

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

See Also