queueAsyncSave
Queues a debounced asynchronous save of channel data to disk.
Parameters
data
Supplies the channel data to write. It is called when the write runs rather than when it is queued, so a burst of channel changes costs one snapshot and one file write instead of one of each per change.