ensure dataflow batches updates #3

Closed
opened 2023-12-03 10:43:44 +00:00 by tonyg · 0 comments
Owner
field a = 1;
field b = 2;
field c ...
dataflow {
  c.value = a.value + b.value;
}

should update c only once even if both a and b change in a tick

``` field a = 1; field b = 2; field c ... dataflow { c.value = a.value + b.value; } ``` should update c only once even if both a and b change in a tick
tonyg closed this issue 2023-12-17 21:32:55 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: syndicate-lang/syndicate-js#3
No description provided.