Lines Matching refs:results
561 When waiting for the yielded coroutines you'll get the results (or
719 """Return a future aggregating results from the given coroutines/futures.
727 results (in the order of the original sequence, not necessarily
728 the order of results arrival). If *return_exceptions* is True,
730 results, and gathered in the result list; otherwise, the first
779 # All futures are done; create a list of results
781 results = []
788 # to 'results' instead of raising it, don't bother
798 results.append(res)
807 outer.set_result(results)