Examples to be shown at C++Now 2021 by Lucian.
To build concurrency-tutorial samples install SCons package with
sudo apt install sconscommand and build samples with
cd concurrency-tutorial
scons -j16commands.
note: Tracy support is automatically enable in case tracy is installed to
~/usr/localdirectory. For more details see Tracy profiler integration tutorial.