Liking cljdoc? Tell your friends :D

org.dlacko.async-ipc


configclj

source

connect-toclj

(connect-to id & {:as options})

Used for connecting as a client to local Unix Sockets and Windows Sockets. Given a string id of the socket being connected to, returns an AsyncSocket which must be explicitly started and stopped by the consumer.

Used for connecting as a client to local Unix Sockets and Windows Sockets.
Given a string id of the socket being connected to, returns an AsyncSocket which must be explicitly
started and stopped by the consumer.
sourceraw docstring

disconnectclj

(disconnect {:keys [in out socket address] :as this})
source

serveclj

(serve id & {:as options})

Used for connecting as a client to local Unix Sockets and Windows Sockets. Given a string id of the socket being connected to, starts and returns a socket server and a :connections channel that yields a new socket client on each connection.

Used for connecting as a client to local Unix Sockets and Windows Sockets.
Given a string id of the socket being connected to, starts and returns a socket server
and a :connections channel that yields a new socket client on each connection.
sourceraw docstring

server-running?clj

(server-running? {:keys [server]})
source

stop-serverclj

(stop-server {:keys [server connections address] :as this})
source

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

× close