Function runWorkerTask
Runs a new asynchronous task
in a worker thread.
Prototype
void runWorkerTask( void delegate() task );
NOTE
You should not use this function yet and it currently behaves just like runTask
.
NOTE
You should not use this function yet and it currently behaves just like runTask
.
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.