Implement multithreading and asynchronous processing

Khrystal Colon
Course by Khrystal Colon, updated more than 1 year ago

Description

Use the Task Parallel library, including the parallel. For method, PLINQ, Tasks; create continuation tasks; spawn threads by using ThreadPool; unblock the UI; use async and await keywords; manage data by using concurrent collections