In process locking implemented, not sqlite locking.

This commit is contained in:
2026-08-31 15:37:54 +02:00
parent 3f468504a6
commit 0b45c8b286
4 changed files with 89 additions and 7 deletions
+3
View File
@@ -56,5 +56,8 @@
(define/public (key-values)
(ks-key-values ksh))
(define/public (with-lock proc)
(ks-with-lock ksh proc))
)
)