(in-package :cm) ;;; lock.lisp ;;; a time-based locking facility. A locked datum becomes automatically ;;; unlocked after a specified period of time. algorithms can use this ;;; facility to "claim" values that should not be used for a specified ;;; unit of time: ;;; ;;; (locked?