Function enableWorkerThreads
This function will start
up a number of worker threads that will process tasks started using
runWorkerTask
(). runTask
() will still execute tasks on the calling thread.
Note that this functionality is experimental right now and is not recommended for general use.
Prototypes
void enableWorkerThreads();
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.