Liking cljdoc? Tell your friends :D
Clojure only.

com.timezynk.useful.channel.context


Contextcljprotocol

Abstraction layer around any information channel clients might wish to pass along their messages. Code in this library commits itself to:

  • treat providing context as optional
  • propagate context to messages which might be emitted while running a hook
  • make no assumptions about what data the context might be wrapping
  • operate on context via this protocol only
Abstraction layer around any information channel clients might wish to pass
along their messages. Code in this library commits itself to:
  * treat providing context as optional
  * propagate context to messages which might be emitted while running a hook
  * make no assumptions about what data the context might be wrapping
  * operate on context via this protocol only

pretty-printclj

(pretty-print this)

Human-readable representation.

Human-readable representation.
raw docstring

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

× close