Just wondering if anyone can tell me what the equivalent of NSOperationQueue (from MacOS/iOS) is in c#/.Net.
For those unfamiliar with it, it is a queue of threads. You can set priorities and also concurrent actions and it will work through the queue running how ever many threads you set at a time. Once the thread is complete a new one is loaded.
Thanks, Ben
System.Threading.ThreadPool is similar in function.
http://msdn.microsoft.com/en-us/library/system.threading.threadpool.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With