-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Might be nice to support "async with" for cursors and change streams, the same as PyMongo supports "with" for them: if the program throws an exception while iterating, it can automatically close the object while unwinding the stack.