Skip to content

Start

Name - Description Default Type
<input> Any
<output> Any
Wire The name of the wire to switch to. None WireString

Starts a given wire and suspends the current one. In other words, switches flow execution to another wire.

Examples

1
2
3
4
(defwire hello
   (Msg "Hello"))

(Start hello)
[info] [hello] Hello