Skip to main content

msys.threadpool.find

Last updated March 2020

Name

msys.threadpool.find — Find a thread pool name from a job class ID or a job class ID from a thread pool name

Synopsis

msys.threadpool.find(threadpoolname_or_jobclassid);

threadpoolname_or_jobclassid: mixed (integer or string)

Description

Finds a thread pool name from a job class ID or a job class ID from a thread pool name. Returns nil if no match is found.

Enable this function with the statement require('msys.threadpool');.

See Also

Was this page helpful?