Calls the given function on all waiters and clears the list.
Class WaitList<T>
#include <WaitList.hpp>template<typename T>classWaitList{ ... }
No description provided
Examples0
Public static methods0
Public member functions6
voidadd(arc::Wakerconst&waker,T*awaiter)
No description provided
std::optional<arc::WaitList::Waiter>takeFirst()
No description provided
arc::WaitList::Waiter*first()
No description provided