Tagged release 0.16.20.

This commit is contained in:
rakshasa
2026-08-06 10:11:01 +02:00
parent e56bffff4d
commit dd3ddf7c39
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -18,6 +18,8 @@ public:
void wait_for(uint32_t max_remaining);
// TODO: Add a signal handler to tell the worker thread to wake up. Use a counter to batch wakeups.
private:
WaitpidQueue(const WaitpidQueue&) = delete;
WaitpidQueue& operator=(const WaitpidQueue&) = delete;