C# - Abstract Background Thread / Task

added by mistralol
10/1/2011 7:33:11 PM

215 Views

In my previous post about creating a background thread I created a simple class to start / stop and run a thread from a class which is simple to manage from the rest of your code eg in the gui code from the button. It moves a lot of the code from the gui part of the code base into more managable chunks. This however can be broken down even further so that we can reuse the same code without having to repeat it.


0 comments