December 2019
Intermediate to advanced
346 pages
9h 8m
English
In the following code, we are creating a Task by calling the static Run() method on Task and passing a lambda expression containing the method we want to execute:
Task.Run(() => PrintNumber10Times ());
Read now
Unlock full access