C# regularly return values from a different thread

Posted by sdds on Stack Overflow See other posts from Stack Overflow or by sdds
Published on 2010-05-19T11:08:52Z Indexed on 2010/05/19 11:20 UTC
Read the original article Hit count: 162

Filed under:
|

Hello, I'm very new to multithreading and lack experience. I need to compute some data in a different thread so the UI doesn't hang up, and then send the data as it is processed to a table on the main form. So, basically, the user can work with the data that is already computed, while other data is still being processed. What is the best way to achieve this? I would also be very grateful for any examples. Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about multithreading