Yury Selivanov added the comment: > Or am I missing something subtle here?
We'll need to make any() and all() coroutines. Not simple coroutines though, but weird "hybrid" functions that preserve the old semantics + implement async stuff. I don't think this is a very good idea. Maybe we should think about "asyncitertools" package with functions like "anext", "aiter", "async_all", "async_chain", etc. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue31195> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
