-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
We should re-write methods that currently return futures as async def functions that return a value. Doing so usually results in a backward-breaking API change as the new return value can no longer be canceled, for example, which is why this must be done in Motor 3.0.
Some examples of such methods:
AgnosticGridOut.open()
AgnosticBaseCursor.to_list()
- is related to
-
MOTOR-601 Stop using chain_return_value
- Backlog