Searched defs:WaitTask (Results 1 – 2 of 2) sorted by relevance
35 struct WaitTask : public Task { struct36 WaitTask(TimeFuture<SystemClock>&& future) in WaitTask() function39 Poll<> DoPend(Context& cx) final { in DoPend()47 Poll<SystemClock::time_point> time_completed_ = Pending();48 TimeFuture<SystemClock> future_;
64 struct WaitTask : public Task { struct65 WaitTask(TimeFuture<SystemClock>&& future) in WaitTask() argument68 Poll<> DoPend(Context& cx) final { in DoPend()75 TimeFuture<SystemClock> future_;76 bool completed_;