(server {:keys [in out] :as opts})
Starts a chan-server, reading and writing from :in
and :out
and
transferring messages to :input-ch
and :output-ch
.
Starts a chan-server, reading and writing from `:in` and `:out` and transferring messages to `:input-ch` and `:output-ch`.
(stdio-server)
(stdio-server {:keys [in out] :as opts})
Starts a server reading from stdin and writing to stdout.
Starts a server reading from stdin and writing to stdout.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |