Searched defs:PendableStatus (Results 1 – 1 of 1) sorted by relevance
31 struct PendableStatus { struct32 Waker last_waker = {};33 bool should_finish = false;34 int created = 0;35 int polled = 0;36 int destroyed = 0;