std.lib.system.partial

*callback*

dynamic

*timeout*

dynamic

subsystem

added in 3.0

(subsystem system keys)

returns the subsystem given certain keys

(subsystem +sys+ #{:entry})

system-subkeys

added in 3.0

(system-subkeys system keys)

returns the subcomponents connect with the system

valid-subcomponents

added in 3.0

(valid-subcomponents full-topology keys)

returns only the components that will work (for partial systems)

wait

added in 3.0

(wait system key)(wait system key {:keys [success error failure max-retries timeout], :as callback})

wait for a system entry to come online

wait-for

added in 3.0

(wait-for system keys)(wait-for system keys {:keys [start final], :as callback})

wait for all system entries to come online