The :guard-selector node may only have :guard children. Each time it is run, it will refresh and check each of its children's predicates until it finds one that succeeds. It will then run the child's payload, possibly interrupting any other previously running child payload.
The :guard-selector node will succeed when any of its children succeeds, and fail when either the running child fails, or all the predicates fail.
The :guard-selector node may only have :guard children. Each time it is run, it will refresh and check each of its children's predicates until it finds one that succeeds. It will then run the child's payload, possibly interrupting any other previously running child payload. The :guard-selector node will succeed when any of its children succeeds, and fail when either the running child fails, or all the predicates fail.
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |