Searched defs:AsyncToken (Results 1 – 1 of 1) sorted by relevance
113 struct AsyncToken : public RefCounted { struct119 AsyncToken(AsyncRuntime *runtime) : RefCounted(runtime, /*count=*/2) {} in AsyncToken() argument122 std::mutex mu;123 std::condition_variable cv;125 bool ready = false;126 std::vector<std::function<void()>> awaiters;