Source code
Revision control
Copy as Markdown
Other Tools
// Default to a dummy "batch" implementation that just runs the callback↩
export function defaultNoopBatch(callback: () => void) {↩
callback()↩
}↩
// Default to a dummy "batch" implementation that just runs the callback↩
export function defaultNoopBatch(callback: () => void) {↩
callback()↩
}↩