Plaster
New
List
Login
text
default
anonymous
2021.11.20 17:19:08
#+sbcl (defstruct (memory-store (:include store)) (stash (make-hash-table :test 'equal :synchronized t))) #-sbcl (defstruct (memory-store (:include store)) (stash (make-hash-table :test 'equal)) (lock (bordeaux-threads:make-lock "session store lock")))
Raw
Annotate
Repaste
Edit