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