metalock
A metaclass that makes building parallel systems easier by providing each slot within a class a lock which is grabbed automatically.
$ area51 add metalockCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(metalock:some-function ...)