Click or drag to resize

ExecutorsNewMultiThreadedExecutor Method

Creates an executor tied to an explicit pool of threads.

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

Parameters

numThreads
Type: SystemInt32

[Missing <param name="numThreads"/> documentation for "M:com.espertech.esper.compat.concurrency.Executors.NewMultiThreadedExecutor(System.Int32)"]

Return Value

Type: DefaultExecutorService

[Missing <returns> documentation for "M:com.espertech.esper.compat.concurrency.Executors.NewMultiThreadedExecutor(System.Int32)"]

See Also