Artifact 59ddbd6a635ea9363a0cdf4a376eba8d94e6791b:
- File testlocking/justtest.scm — part of check-in [27718f7cf5] at 2022-06-08 20:09:49 on branch v1.70 — Turn off runremote reset of 180 sec (user: matt, size: 211) [annotate] [blame] [check-ins using] [more...]
(print "Starting at "(current-seconds)) (dbfile:with-simple-file-lock "justtesting.lock" (lambda () (print "got the lock at "(current-seconds)"!"))) (print "Done at: " (current-seconds)) (exit)