async enumeration - possible?

Steve D'Aprano steve+python at pearwood.info
Tue Nov 29 18:21:57 EST 2016


On Wed, 30 Nov 2016 07:07 am, Marko Rauhamaa wrote:

> Terry Reedy <tjreedy at udel.edu>:
> 
>> On 11/29/2016 9:25 AM, Frank Millman wrote:
>>
>>> Is there any technical reason for this, or is it just that no-one has
>>> got around to writing an asynchronous version yet?
>>
>> Google's first hit for 'aenumerate' is
>>
https://pythonwise.blogspot.com/2015/11/aenumerate-enumerate-for-async-for.html
> 
> Ok, so how about:
> 
>    aall(aiterable)
>    aany(aiterable)
>    class abytearray(aiterable[, encoding[, errors]])
[...]


What about them? What's your question?





-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.




More information about the Python-list mailing list