diff --git a/README.md b/README.md index 3263f57..614e709 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,10 @@ same name. It is recommended to have a basic understanding of C++ basics and object-oriented programming in general before doing this workshop. There are various books and online resources available to learn this. + +## Tasks Workshop + +This chapter provides an introduction into the thread/tasks abstractions provided by the framework. The chapter descriptions and solutions are +locaited inside `01-tasks`. + +It is recommended to start with this workshop.