Generic Function: CLOSE-TRANSACTION

Documentation

Removes a transaction from the set of open transactions.

Source

(defgeneric close-transaction (cache transaction)
  (:documentation "Removes a transaction from the set of open
transactions."))
Source Context