Tasks
This lesson discusses the Task class in C#
Tasks
Tasks fall under the realm of parallel programming, which we'll briefly touch upon in this course. Note that tasks are also used when programming asynchronously in C#, however, this lesson doesn't discuss them in that context, rather it demonstrates how to use them for compute-intensive operations. For asynchronous I/O bound tasks, please refer to the ...
Access this course and 1400+ top-rated courses and projects.