-
Type: New Feature
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
Python 3.5's "async for" lets us iterate a MotorGridOut or AsyncIOMotorGridOut, analogous to how PyMongo's GridOuts have always been iterable:
async for chunk in gridout:
print(chunk)
Update "differences.rst" to mention this.
- related to
-
MOTOR-126 Motor MotorGridIn a context manager
- Closed