We know that semaphore limits the number of threads that can access a resource or pool of resources concurrently.
For this example at http://msdn.microsoft.com/en-us/libr...v=vs.110).aspx
It uses threads, my question is if we replace threads with tasks, can we still use semaphore?
