Liking cljdoc? Tell your friends :D

fif.server.dynamic

Represents dynamic bindings used between the server and repl instances for individual thread management of input and output.

Represents dynamic bindings used between the server and repl
instances for individual thread management of input and output.
raw docstring

*fif-err*clj

Stream Writer for placing standard error output. By default, this is written to stderr defined by err

Stream Writer for placing standard error output. By default, this is
written to stderr defined by *err*
sourceraw docstring

*fif-in*clj

Stream Reader for obtaining input into the session's fif stack-machine.

Stream Reader for obtaining input into the session's fif
stack-machine.
sourceraw docstring

*fif-out*clj

Stream Writer for placing standard output. By default, this is written to stdout defined by out

Stream Writer for placing standard output. By default, this is
written to stdout defined by *out*
sourceraw docstring

*fif-session*clj

Represents the thread's currently bound session instance. By default, nil means it is the main thread.

Map of Opts:

:server-name - Current server that the session resides on

:server-session-key - Current stack-machine session, which resides in fif.server.session/*server-session

Represents the thread's currently bound session instance. By default,
nil means it is the main thread.

Map of Opts:

:server-name - Current server that the session resides on

:server-session-key - Current stack-machine session, which resides
in fif.server.session/*server-session
sourceraw docstring

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

× close