Add docs generation and remove 2 code smells

This commit is contained in:
2025-06-24 19:06:41 +02:00
parent 7917a7598b
commit 70545ee0ad
3 changed files with 17 additions and 6 deletions

View File

@@ -4,9 +4,6 @@
#include <condition_variable>
#include <algorithm>
#include <thread>
#include <mutex>
#include <condition_variable>
#include <thread>
class CountingSemaphore {
public: