Generic Function: RUCKSACK-COMMIT

Documentation

Ensures that all in-memory data is saved to disk.

Source

(defgeneric rucksack-commit (rucksack)
  (:documentation
 "Ensures that all in-memory data is saved to disk."))
Source Context