Just wondering if anyone can tell me that the equivalent of NSOperationQueue (from MacOS / iOS) is in C # /. Net.
For those who are not familiar with it, this is the queue of threads. You can set priorities, as well as simultaneous actions, and it will work through a queue that runs so many threads that you set at a time. When the stream is completed, a new one is loaded.
Thanks Ben
source share