Repeater
Last updated
Last updated
[flow/Repeater]
Repeats the input the specified amount of times. The tag on the repeat signals will contain the index of the current iteration. Note that the repeats will be sent synchronously. Example:
"A"@0 received via data
3@0 received via count
"A"@"0:0" sent via data
"A"@"0:1" sent via data
"A"@"0:2" sent via data
data: any
Receives data to be repeated.
count: number
Receives the number of times the input is to be repeated.
data: any
Sends the repeated signal.