iOS GCD 在 .Net 中的等价实现
The article describes the .Net equivalents of iOS GCD usages. It includes executing the synchronous and asynchronous tasks in the serial and concurrent queue, dispatching the tasks group, semaphore, concurrently iterations performings.