 | 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.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic static int SetPoolSize(
int numThreads
)
Parameters
- numThreads Int32
-
Return Value
Int32
See Also