Liking cljdoc? Tell your friends :D

phlegyas.state


consumeclj

(consume in out connection f)
source

error!cljmacro

(error! ermsg)
source

iounit!cljmacro

(iounit!)
source

state!cljmacro

(state! data)
source

state-handlerclj

(state-handler frame connection out)

An example state handler. Takes in a frame, the state atom, and an outport. Messages that reach a 9P server can be executed in any order, and it is the job of the client to ensure that it does not send conflicting messages before the acknowledgement of a previous action has been sent. Therefore, this can be executed asynchronously inside a future.

An example state handler. Takes in a `frame`, the `state` atom, and an outport.
Messages that reach a 9P server can be executed in any order, and it is the job
of the client to ensure that it does not send conflicting messages before the
acknowledgement of a previous action has been sent. Therefore, this can be
executed asynchronously inside a future.
sourceraw docstring

state-handlersclj

source

Tattachclj

(Tattach frame connection)
source

Tauthclj

(Tauth frame connection)
source

Tclunkclj

(Tclunk frame connection)
source

Tcreateclj

(Tcreate frame connection)
source

Tflushclj

(Tflush frame connection)
source

Topenclj

(Topen frame connection)
source

Treadclj

(Tread frame connection)
source

Tremoveclj

(Tremove frame connection)
source

Tstatclj

(Tstat frame connection)
source

Tversionclj

(Tversion frame connection)
source

Twalkclj

(Twalk frame connection)
source

Twriteclj

(Twrite frame connection)
source

Twstatclj

(Twstat frame connection)
source

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

× close