Liking cljdoc? Tell your friends :D

jepsen.txn.micro-op

Transactions are made up of micro-operations. This namespace helps us work with those.

Transactions are made up of micro-operations. This namespace helps us work
with those.
raw docstring

fclj

(f op)

What function is this op executing?

What function is this op executing?
sourceraw docstring

keyclj

(key op)

What key did this op affect?

What key did this op affect?
sourceraw docstring

op?clj

(op? op)

Is this a legal operation?

Is this a legal operation?
sourceraw docstring

read?clj

(read? op)

Is the given operation a read?

Is the given operation a read?
sourceraw docstring

valueclj

(value op)

What value did this op use?

What value did this op use?
sourceraw docstring

write?clj

(write? op)

Is the given operation a write?

Is the given operation a write?
sourceraw docstring

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

× close