(all-conveying-callables tasks)
Wrap each task in a Callable that conveys bindings then calls it.
Wrap each task in a *Callable* that conveys bindings then calls it.
(conveying-callable task)
Wrap task in a Callable that conveys bindings then calls it.
Wrap task in a *Callable* that conveys bindings then calls it.
(conveying-runnable task)
Wrap task in a Runnable that conveys bindings then runs it.
Wrap task in a *Runnable* that conveys bindings then runs it.
(scheduled-future {:keys [scheduled-future]})
Return wrapped ScheduledFuture from ScheduledTaskComponent. Throws IllegalStateException if the component is not started (i.e. it does not have an ScheduledFuture).
Return wrapped *ScheduledFuture* from *ScheduledTaskComponent*. Throws *IllegalStateException* if the component is not started (i.e. it does not have an *ScheduledFuture*).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close