Browse by Tags

All Tags » Threading » Async » IDisposable (RSS)

Thread Safe Library Update

As always, my life revolves around threading. So I have a few classes that I use frequently for these purposes. Now, fortunately, .NET 4.0 will include much of this functionality in PFX, but for now, we have this. ThreadSafeLibrary AutoProcessingQueue...
Posted by Brian Rudolph | with no comments
Filed under: , , ,

Inline Asynchronous UI Coding using IDisposable in C# .NET

I recently watched this video on the PowerThreading library: http://blogs.msdn.com/charlie/archive/2008/12/03/jeff-richter-video-on-asynchronous-programming-and-his-power-threading-library.aspx This is very interesting as Jeff Richter utilizes a strange...
Posted by Brian Rudolph | with no comments
Filed under: , , ,