scratch.lisp @ 41f2c758451f

More stuff, sketch out a starting ui
author Steve Losh <steve@stevelosh.com>
date Sun, 18 Apr 2021 16:28:24 -0400
parents (none)
children 614ad4a1d44e
(ql:quickload :bordeaux-threads)

(bt:interrupt-thread
  (first (remove "main thread" (bt:all-threads) :key #'bt:thread-name :test-not #'string=))
  (lambda () (error "stop")))