thread synchronization

  1. R

    How to update the UI inside the Threadpool?

    Hi, I am currently working on a project that requires threadpool to simultaneously process a data. My problem is that if I place a UI delegate inside the threadpool the system hangs. My plan for the UI delegate is to display the status (Start/Finished) of the threadpool. I am using a wait...
Back
Top