Function batch

  • Commits all writable signal updates made within the passed function as a single transaction.

    Parameters

    • fn: ((...args) => any)

      A function with updates.

        • (...args): any
        • Parameters

          • Rest ...args: any

          Returns any

    Returns void

Generated using TypeDoc