(boot-with-retry account log interactor)Connects with fibonacci backoff and runs fix-session until disconnect or failure.
account is a map with :account/api :fix and :account/settings.
log is a function of one event map (created by the caller with flow-sender).
Connects with fibonacci backoff and runs fix-session until disconnect or failure. `account` is a map with `:account/api` `:fix` and `:account/settings`. `log` is a function of one event map (created by the caller with flow-sender).
(forever task)Runs task repeatedly (one at a time; restarts after each completion).
Runs `task` repeatedly (one at a time; restarts after each completion).
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |