added waking up from other threads

fb-wake-port
keldu.magnus 2020-11-17 20:22:49 +01:00
parent 3e56e3c835
commit 08b8c87c39
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ public:
virtual void wait() = 0;
virtual void wait(const std::chrono::steady_clock::duration &) = 0;
virtual void wait(const std::chrono::steady_clock::time_point &) = 0;
virtual void wake() const = 0;
};
class SinkConveyorNode;