Liking cljdoc? Tell your friends :D

frereth.cp.shared.child

Manage child ioloops

Manage child ioloops
raw docstring

child->clj

(child-> {:keys [:frereth.cp.shared.child/structure-updater
                 :frereth.weald.logging/logger :frereth.weald.logging/state-atom
                 :frereth.cp.message.specs/stream
                 :frereth.cp.shared.specs/crypto-key]
          :as details}
         nonce-prefix
         template
         structure-atom
         message-bytes)

Callback for handling message packets from the child

Callback for handling message packets from the child
sourceraw docstring

do-halt!clj

(do-halt! log-state child)
source

fork!clj

(fork! {:keys [:frereth.weald.specs/logger :frereth.cp.message.specs/->child
               :frereth.cp.message.specs/child-spawner!
               :frereth.cp.message.specs/message-loop-name]
        log-state :frereth.weald.specs/state
        :as builder}
       child->)

Create a new Child to do all the interesting work

Create a new Child to do all the interesting work
sourceraw docstring

io-loop-registryclj

source

send-timeoutclj

How many ms do we wait before giving up on a send?

How many ms do we wait before giving up on a send?
sourceraw docstring

update-callback!clj

(update-callback! io-handle time-out new-callback)
source

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

× close