From 96992c16cb786dd2efaf92e4c1da014230aea627 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 10 Feb 2022 08:58:13 -0600 Subject: state table synchronized --- lazybones.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazybones.lisp b/lazybones.lisp index 40eb2f7..aab1217 100644 --- a/lazybones.lisp +++ b/lazybones.lisp @@ -62,7 +62,7 @@ value of NIL means that there is no default authorizer.") (state-table :accessor app-state-table - :initform (make-hash-table :test 'equal) + :initform (make-hash-table :test 'equal :synchronized t) :documentation "A hash table with EQUAL comparing keys. Used for storing arbitrary application state.") (default-content-type :accessor default-content-type -- cgit v1.2.3