« budosystems.services.operations.AsyncUnitOfWork :: Contents :: budosystems.storage »
Bases: ABC
ABC
See: https://martinfowler.com/eaaCatalog/unitOfWork.html
This method must be called to mark the end of a complete transaction.
Implementations of this class should override this method and call super().commit().
super().commit()
This method will be called if the context manager exits without being committed.
Implementations must bring the state back to what it was before entering the context.