Liking cljdoc? Tell your friends :D

clojupyter.shutdown

Implements Clojupter for shutting down: All threads monitor a special channel to which a shutdown token is sent when Clojupyter is to terminate.

Implements Clojupter for shutting down: All threads monitor a special channel to which a shutdown
token is sent when Clojupyter is to terminate.
raw docstring

initiating-shutdown-on-exitcljmacro

(initiating-shutdown-on-exit [token terminator-binding] & body)
source

is-token?clj

(is-token? v)
source

make-terminatorclj

(make-terminator bufsize)
source

shutdown-protocljprotocol

initiateclj

(initiate terminator)

If called starts shutdown of Clojupyter by signalling termination channels.

If called starts shutdown of Clojupyter by signalling termination channels.

notify-on-shutdownclj

(notify-on-shutdown terminator ch)

Updates ch to receive communication sent on the termination channel.

Updates `ch` to receive communication sent on the termination channel.
source

terminator?clj

(terminator? v)
source

TOKENclj

source

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

× close