Liking cljdoc? Tell your friends :D

rtengine.service-connection.core


acceptclj

(accept conn single-arg-processing-fn)

accept-thread-poolclj

(accept-thread-pool name)

counted-thread-factoryclj

(counted-thread-factory name-format daemon)

Create a ThreadFactory that maintains a counter for naming Threads. name-format specifies thread names - use %d to include counter daemon is a flag for whether threads are daemons or not

Create a ThreadFactory that maintains a counter for naming Threads.
name-format specifies thread names - use %d to include counter
daemon is a flag for whether threads are daemons or not
raw docstring

executeclj

(execute port form & {:keys [host] :or {host "127.0.0.1"}})

service-serverclj

(service-server service-fn fqsn port & {:keys [bind-address]})

ServiceServerclj

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

× close