23 #include "pybind11/pybind11.h"
bool haveThreads()
Are threaded packages available?
bool disableImplicitThreading()
Disable threading that has not been set explicitly.
A base class for image defects.
void setNumThreads(unsigned int numThreads)
Set number of threads to use.
unsigned int getNumThreads()
Get maximum number of threads we might use.
PYBIND11_MODULE(threads, mod)