mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 18:40:56 -08:00
revision of example 'debug-ui'
This commit is contained in:
parent
3b1934f3bf
commit
933f36fa9f
2 changed files with 14 additions and 5 deletions
|
|
@ -1,4 +1,6 @@
|
|||
(in-package :app)
|
||||
|
||||
;; intentional division by zero after 5 seconds
|
||||
(qsingle-shot 5000 (lambda () (dotimes (i 1) (/ 1 i))))
|
||||
(defun crash? ()
|
||||
(funcall 'no-such-function))
|
||||
|
||||
(qsingle-shot 10000 'crash?)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue