Usage
The batch primitive is useful when you want to make multiple signal updates at
once. This can include individual updates or signals updating simultaneously to
a peer signal updating.
In this example, our batch block updates two signals at once which reference the same signal value.
Loading example...
API
batch accepts a callback containing multiple signal Setters and doesn't return
any value.