update README

This commit is contained in:
Robin Müller 2022-09-28 19:55:16 +02:00
parent dd62bfc010
commit f1e96a24e2
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 7 additions and 0 deletions

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.