C# - ThreadPool and Windows Forms

added by mistralol
8/23/2011 4:57:33 PM

204 Views

This is a more complex example of using the c# thread pool in a windows forms application. The goal here is to background a task but still keep some / part of the interface active and not freeze as a task is running


0 comments