Searched defs:fulfilled (Results 1 – 4 of 4) sorted by relevance
266 public static <T> Promise<T> fulfilled(T result) { in fulfilled() method in Promise
278 public static <T> Promise<T> fulfilled(T result) { in fulfilled() method in Promise
439 std::set<int> fulfilled; in CombineAllReduceOpsOfSameTypeAndGroupAssignment() local
348 let fulfilled = promise.await; in drop_receiver_sends_cancel_errors() localVariable