Function enableWorkerThreads

Enables multithreaded worker task processing.

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.

Prototype

void enableWorkerThreads();

Authors

Sönke Ludwig

Copyright

© 2012-2013 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.