Liking cljdoc? Tell your friends :D

loom-otp.otplike.supervisor

Compatibility shim providing otplike.supervisor API backed by loom-otp.

This wraps the gen-server-based supervisor implementation to return [:ok pid] tuples instead of {:ok pid} maps.

Compatibility shim providing otplike.supervisor API backed by loom-otp.

This wraps the gen-server-based supervisor implementation to return
[:ok pid] tuples instead of {:ok pid} maps.
raw docstring

check-child-specsclj

(check-child-specs specs)

Validate a list of child specifications.

Validate a list of child specifications.
sourceraw docstring

delete-childclj

(delete-child sup id)

Delete a stopped child spec. Returns async value.

Delete a stopped child spec. Returns async value.
sourceraw docstring

delete-child!cljmacro

(delete-child! sup id)

Delete a stopped child spec. Returns :ok or [:error reason].

Delete a stopped child spec. Returns :ok or [:error reason].
sourceraw docstring

restart-childclj

(restart-child sup id)

Restart a stopped child. Returns async value.

Restart a stopped child. Returns async value.
sourceraw docstring

restart-child!cljmacro

(restart-child! sup id)

Restart a stopped child. Returns [:ok pid] or [:error reason].

Restart a stopped child. Returns [:ok pid] or [:error reason].
sourceraw docstring

start-childclj

(start-child sup child-spec)

Dynamically add a child. Returns async value.

Dynamically add a child. Returns async value.
sourceraw docstring

start-child!cljmacro

(start-child! sup child-spec)

Dynamically add a child. Returns [:ok pid] or [:error reason].

Dynamically add a child. Returns [:ok pid] or [:error reason].
sourceraw docstring

(start-link sup-fn)
(start-link sup-fn args)
(start-link sup-name sup-fn args)

Start supervisor. Returns async value.

Start supervisor. Returns async value.
sourceraw docstring

start-link!cljmacro

(start-link! sup-fn)
(start-link! sup-fn args)
(start-link! sup-name sup-fn args)

Start supervisor. Returns [:ok pid] or [:error reason].

Start supervisor. Returns [:ok pid] or [:error reason].
sourceraw docstring

terminate-childclj

(terminate-child sup id)

Terminate a child. Returns async value.

Terminate a child. Returns async value.
sourceraw docstring

terminate-child!cljmacro

(terminate-child! sup id)

Terminate a child. Returns :ok or [:error :not-found].

Terminate a child. Returns :ok or [:error :not-found].
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close