On 9/12/2011 3:32 PM, Jerry Quinn wrote:
Thanks for all the help! It might be useful to indicate in the workerLocalData call that the lazy processing happens in the worker's thread.
Sorry for the misunderstanding. When workerLocalStorage() is called, the lazy variable is evaluated once per worker thread, but it's evaluated **in the thread that workerLocalStorage() is called from**, **before workerLocalStorage() returns**.
