Function runWorkerTask
task
in a worker thread.
Prototypes
void runWorkerTask( void delegate() task );
NOTE
the interface of this function will change in the future to ensure that no unprotected data is passed between threads!
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.