NextPrevUpTopContentsIndex

14.4 Timers

Use timers to run code after a specified time has passed. You can schedule a timer to run once or repeat at regular intervals, and you can unschedule it before it expires. For details see mp:make-timer and mp:schedule-timer in the LispWorks Reference Manual .

14.4.1 Timers and multiprocessing

14.4.2 Input and output for timer functions


LispWorks User Guide - 21 Jul 2006

NextPrevUpTopContentsIndex