Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Implement multithreading and asynchronous processing

 

   Use the Task Parallel library, including theParallel.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 

Implement multithreading and asynchronous processing

Khrystal Colon
Module 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