Event library helpers.
Event library helpers.
(delay-event event-to-postpone delay)
Play the event in the future, with a fix delay.
Play the event in the future, with a fix delay.
(init-events events-to-add initial-date)
Add events from events-to-add
to the future-events, set the initial-date
to them.
Add events from `events-to-add` to the future-events, set the `initial-date` to them.
(sink _event state future-events)
A sink is a noop event creating no other events.
A sink is a noop event creating no other events.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close