MCPcopy Create free account
hub / github.com/3rdparty/libprocess / WaitWaiter

Method WaitWaiter

src/process.cpp:4005–4009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4003{
4004public:
4005 WaitWaiter(const UPID& _pid, const Duration& _duration, bool* _waited)
4006 : ProcessBase(ID::generate("__waiter__")),
4007 pid(_pid),
4008 duration(_duration),
4009 waited(_waited) {}
4010
4011 void initialize() override
4012 {

Callers

nothing calls this directly

Calls 1

generateFunction · 0.85

Tested by

no test coverage detected