Structures

The following structures are available globally.

DefaultModelProvider

Sequences

  • Declaration

    Swift

    public struct InternalTaskAsyncSequenceContext<InProcess> where InProcess : Sendable
  • Declaration

    Swift

    public struct InternalTaskAsyncThrowingSequenceContext<InProcess> where InProcess : Sendable
  • This is public so plugins can use it to indicate cancellations on arbitrary operations.

    Warning

    Although this has public access, it is intended for internal use and should not be used directly by host applications. The behavior of this may change without warning.
    See more

    Declaration

    Swift

    public struct OperationCancelledError : Error
  • Declaration

    Swift

    public struct ConsoleLoggingConfiguration : Codable