Click or drag to resize

ExecutorsNewSingleThreadExecutor Method

Creates a new thread pool and returns the executor.

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

Return Value

Type: DefaultExecutorService

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

See Also