Utils¶
-
aiter
(iterable)[source]¶ Convert any kind of iterable to an async iterable
- Return type
Asynciterator
[~T]
-
coroutine
get_first
(coros, predicate=<class 'bool'>, *, reject_exceptions=True, cancel_running=True)[source]¶ - Return type
Optional
[~T]