update README and ws-ipc

This commit is contained in:
2022-10-05 09:54:46 +02:00
parent 18285a68a6
commit 09d43cb015
2 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,7 @@ if you are completely new to concurrency in C++.
# 1. Sharing state between two threads
## Subtasks
1. Create two threads which run some tasks with a period of 50ms using the
[`std::thread`](https://en.cppreference.com/w/cpp/thread/thread) API
2. Introduce a static global `uint32_t` variable called `SHARED_VARIABLE`