Searched defs:EventInFlight (Results 1 – 1 of 1) sorted by relevance
229 struct EventInFlight { struct230 EventInFlight() in EventInFlight() function236 std::shared_ptr<Event> underlying_event;237 std::function<std::shared_ptr<Event>(void)> create_fn;239 absl::flat_hash_set<int64_t> incomplete_deps;240 std::vector<std::function<void(Status)>> callbacks;