Skip to content

Spawn

Name - Description Default Type
<input> Any
<output> Wire
Wire The wire to spawn and try to run many times concurrently. None WireString

Examples

1
2
3
4
5
6
7
(defwire logic
  (IsMore 10) (Or) (IsLess 0))

11
(-> (Spawn logic) >= .ccc
    (Wait .ccc))
(Assert.Is true true)