By mswatcher
via mikehadlow.blogspot.co.uk
Published: Nov 27 2012 / 09:25
Consider these (somewhat) common programming challenges: I’m using a third party library that is not thread safe, but I want my application to share work between multiple threads. How do I marshal calls between my multi-threaded code to the single threaded library? I have a single source of events on a single thread, but I want to share the work between a pool of multiple threads? I have multiple threads emitting events, but I want to consume them on a single thread?
Tweet
SaveShareSend
Tags: .net, frameworks, other languages
Add your comment