This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-02
Channels
- # aleph (14)
- # boot (4)
- # cider (3)
- # clara (1)
- # cljs-dev (62)
- # cljsrn (20)
- # clojure (81)
- # clojure-berlin (2)
- # clojure-russia (76)
- # clojure-spec (35)
- # clojure-turkiye (1)
- # clojurescript (84)
- # cursive (2)
- # data-science (6)
- # datomic (4)
- # hoplon (92)
- # lumo (35)
- # om-next (1)
- # pedestal (2)
- # re-frame (2)
- # reagent (36)
- # ring-swagger (10)
- # unrepl (30)
- # untangled (124)
There is some add-listener
example?
I can understand what is each of the arguments [fut f executor]
- What is fut
?
- What is the signature of f
- executor
? No mentions to this word on any other datomic doc..
- There I put conn?
@souenzzo these are Java terms, and this fn is not specific to datomic. fut
is a java future (e.g. from d/transact-async), f gets one arg-- the value of the future. Executor is a java executor, it provides the threadpool that will execute the function f when it is called