问题
I would like to start a timer in my common lisp application that after a certain amount of time it will call a certain method. What would be the best way to accomplish this?
回答1:
Would something as simple as SLEEP work?
回答2:
It's SBCL-dependent, but you might want to try out Zach Beane's TIMER.
回答3:
http://www.cliki.net/TIMER implements relative time based scheduling, which i THINK is what you mean
来源:https://stackoverflow.com/questions/1986822/common-lisp-timer