Searched defs:StructWithPendMethod (Results 1 – 1 of 1) sorted by relevance
31 struct StructWithPendMethod { struct32 StructWithPendMethod(int& poll_count, bool& allow_completion, Waker& waker) in StructWithPendMethod() argument37 Poll<> Pend(Context& cx) { in Pend()46 int& poll_count_;47 bool& allow_completion_;48 Waker& waker_;