NextPrevUpTopContentsIndex

16.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 .

16.4.1 Timers and multiprocessing

16.4.2 Input and output for timer functions


LispWorks User Guide - 11 Mar 2008

NextPrevUpTopContentsIndex