Click or drag to resize

ThreadPoolSetPoolSize Method

Tries to set the pool size to numThreads for doing work. Returns the number of threads really set, which may be lower due to a lower number of processors available. Only to be called once.

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public static int SetPoolSize(
	int numThreads
)

Parameters

numThreads  Int32
 

Return Value

Int32
See Also