You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defvar*cron-jobs-hash* (make-hash-table)
"contains a hash of all cron-job objects that need to be run")
…
(setf (gethash hash-key *cron-jobs-hash*)
(make-instance'cron-job
oh so yes, an equal or equalp test seems legitimate.
I just came up with a situation where I'd like to add a bunch of jobs, something like this:
So it could've been nice to use lists as hash-keys, something like that:
Would that make sense?
From what I saw, that key is only used when removing the jobs.
In the meantime, I'll hack something with symbolicate :P
The text was updated successfully, but these errors were encountered: