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);
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?