RSQueryReceipt

public struct RSQueryReceipt

Handles the response(s) of a query. Includes a callback for response messages and a promise resolved on completion

  • Promise that is resolved when the last message of a query response is received or if the query fails to send

    Declaration

    Swift

    public var complete: Promise<Void> { get }