From f1e96a24e288747318666a22d5c38f903ce3abb9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 28 Sep 2022 19:55:16 +0200 Subject: [PATCH] update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.