I'm trying to download a list of files (using reactive extensions), maintaining maximum TWO parallel downloads at a time.
So far I didn't come across a working sample.
The closest thing so far is :
How can I limit Parallel.ForEach?
But I want to do the same that via Rx.net Any help would be really appreciated.