Depot

[flow/Depot]


Forwards signal received through data when corresponding signal was received via trigger. Example:

  1. "A"@0 received via data (input)

  2. Wait 1s

  3. null@0 received via trigger

  4. "A"@0 is sent through data (output)


Keywords: wait, hold, gate

Input ports

  • data: any

    Receives data to be forwarded on trigger signal.

  • trigger: any

    Receives a signal indicating that the corresponding data input signal may be forwarded.

Output ports

  • data: any

    Sends signal as received through data (input).

Last updated