WinRT BackgroundWorker type

added by rcash
10/13/2011 9:48:36 AM

280 Views

Because .NET/SL/WP7 don’t (yet) have the async/await keywords, and WinRT doesn’t have BW, I need to come up with a solution that leaves existing code/behavior alone, and yet provides comparable behavior in WinRT. Read how one programmer resolves this issue by creating a BackgroundWorker Type.


1 comments

dpeterson
10/13/2011 9:51:39 AM
It's an interesting chunk of code. It's not particularly useful to me, but I'm not doing any WinRT programming yet either.
Given the simplicity of the code, it makes me wonder why Microsoft didn't include more stopgaps like this themselves? Perhaps they didn't want the burden of maintaining these workarounds themselves...