-
Type: Task
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
AsyncCollection.find only creates an AsyncCursor without performing IO. By delaying the check for exhaust until iteration occurs, we can make the creation synchronous to reduce performance and syntax overhead.
- is related to
-
PYTHON-4654 Clean up Async API to match Motor
- Closed