update README

This commit is contained in:
2022-09-28 19:55:16 +02:00
parent dd62bfc010
commit f1e96a24e2

View File

@ -24,3 +24,10 @@ same name.
It is recommended to have a basic understanding of C++ basics and object-oriented programming 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 in general before doing this workshop. There are various books and online resources available to
learn this. 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.