Function enableWorkerThreads
Compatibility stub - will be deprecated soon.
This function was used to start the worker threads necessary for
runWorkerTask
and runWorkerTaskDist
. These threads are now started
automatically, so there is no need to call this function anymore
Prototype
void enableWorkerThreads();
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.