Searched defs:EventInFlight (Results 1 – 1 of 1) sorted by relevance
228 struct EventInFlight { struct229 EventInFlight() in EventInFlight() argument235 std::shared_ptr<Event> underlying_event;236 std::function<std::shared_ptr<Event>(void)> create_fn;238 absl::flat_hash_set<int64_t> incomplete_deps;239 std::vector<std::function<void(Status)>> callbacks;