spot 2.12.2
|
This class is used to tell parallel algorithms what resources they may use. More...
#include <spot/misc/common.hh>
Public Member Functions | |
parallel_policy (unsigned nthreads=1) | |
unsigned | nthreads () const |
This class is used to tell parallel algorithms what resources they may use.
Currently, this simply stores an integer indicating the number of threads that the algorithm may create, but in the future it will probably do more.