Liking cljdoc? Tell your friends :D
Clojure only.

qbits.tape.appender


IAppendercljprotocol

last-indexclj

(last-index appender)

Returns the last index this appender appended

Returns the last index this appender appended

queueclj

(queue appender)

Returns associated queue to this appender

Returns associated queue to this appender

write!clj

(write! appender x)

Writes a new message to queue.

Writes a new message to queue.
source

makeclj

(make queue)
(make queue opts)

Creates a new appender instance. Takes a queue to append to as argument. You can also call datafy on the appender to get associated data.

Creates a new appender instance.
Takes a queue to append to as argument.
You can also call datafy on the appender to get associated data.
sourceraw docstring

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

× close