- set-alarm! SECONDSprocedure
Sets an internal timer to raise the signal/alrm after SECONDS are elapsed. You can use the make-signal-handler procedure to write a handler for this signal.
NOTE: On native Windows builds (all except cygwin), this procedure is unimplemented and will raise an error.