async enumeration - possible?

Terry Reedy tjreedy at udel.edu
Tue Nov 29 14:49:06 EST 2016


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

Note that updated 3.5.2+ code is in response to my comment.

-- 
Terry Jan Reedy




More information about the Python-list mailing list