(get-current-time-ms)
Inputs: [] Returns: s/Num
Inputs: [] Returns: s/Num
(handle-rcv rcvr-type
conn-id
sender
subject-id
peer-id
encoded-msg
msgs-union-schema
writer-pcf
*msg-record-name->handler)
(make-msg-rec-name->handler my-name-maps
peer-name-maps
*rpc-id->rpc-info
silence-log?)
(make-msgs-union-schema protocol)
Inputs: [protocol :- Protocol] Returns: LancasterSchema
Inputs: [protocol :- Protocol] Returns: LancasterSchema
(set-handler msg-name-kw
handler
peer-name-maps
*msg-rec-name->handler
peer-role)
(set-msg-handler msg-name-kw handler peer-name-maps *msg-rec-name->handler)
(set-rpc-handler rpc-name-kw handler peer-name-maps *msg-rec-name->handler)
(sym-map & syms)
Builds a map from symbols. Symbol names are turned into keywords and become the map's keys. Symbol values become the map's values. (let [a 1 b 2] (sym-map a b)) => {:a 1 :b 2}
Builds a map from symbols. Symbol names are turned into keywords and become the map's keys. Symbol values become the map's values. (let [a 1 b 2] (sym-map a b)) => {:a 1 :b 2}
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close