[Openmcl-devel] Timers

dave at synergy.org dave at synergy.org
Wed Jun 2 11:26:06 PDT 2021


My code uses timers.  I have a library that implements them.  It expects to
receive a call periodically, i.e. every 200ms.  On SBCL I hook SIGALRM.  The
handler simply increments a global variable.  Later on in the main loop the
variable is swapped in a without-interrupts body and the appropriate number
of ticks are dispatched.  My code is single-threaded.  How could I implement
this in CCL?

	Dave







More information about the Openmcl-devel mailing list