cursor_manager
– Managers to handle when cursors are killed after being closed – DEPRECATED¶
DEPRECATED - Different managers to handle when cursors are killed after they are closed.
New cursor managers should be defined as subclasses of CursorManager and can be installed on a connection by calling pymongo.connection.Connection.set_cursor_manager.
Changed in version 2.1+: Deprecated.