TransferCallbackDelegate

Callback for transfer progress information during remote operations (cloning, fetching).

Generally called in-line with network operations, take care not to degrade performance.

  1. struct GitTransferProgress
  2. alias TransferCallbackDelegate = void delegate(const ref GitTransferProgress stats)
    alias TransferCallbackDelegate = void delegate()

Meta