Implementing a cron type scheduler in clojure
问题 I'm looking for any way for clojure that can trigger an event at a given time, For example: I want a particular process to start at 9:30am and then I can trigger another process to start running half an hour later etc. Thanks in advance! Updated 2: Thanks @arthur-ulfeoldt and @unknown-person who also suggested using https://github.com/samaaron/at-at before deleting his answer. The documentation is a little out of date but here's how I got going. (use 'overtone.at-at) (def my-pool (mk-pool)) ;