Liking cljdoc? Tell your friends :D

konserve.utils


*default-sync-translation*clj/s

source

async+syncclj/smacro

(async+sync sync? async->sync async-code)
source

invert-mapclj/s

(invert-map m)
source

meta-updateclj/s

(meta-update key type old)

Metadata has following 'edn' format {:key 'The stored key' :type 'The type of the stored value binary or edn' :last-write Date timestamp in milliseconds.} Returns the meta value of the stored key-value tupel. Returns metadata if the key value not exist, if it does it will update the last-write to date now.

Metadata has following 'edn' format
{:key 'The stored key'
 :type 'The type of the stored value binary or edn'
 :last-write Date timestamp in milliseconds.}
Returns the meta value of the stored key-value tupel. Returns metadata if the key
value not exist, if it does it will update the last-write to date now. 
sourceraw docstring

nowclj/s

(now)
source

with-promiseclj/smacro

(with-promise sym & body)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close