From 97ae3d758a7c294deb83786f24452a1071fe77a0 Mon Sep 17 00:00:00 2001 From: Scott Driggers Date: Fri, 14 Jun 2024 21:28:45 -0400 Subject: [PATCH] Making Opus.Application Sendable --- Sources/Opus/Opus.Application.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Opus/Opus.Application.swift b/Sources/Opus/Opus.Application.swift index 026c319..89b489b 100644 --- a/Sources/Opus/Opus.Application.swift +++ b/Sources/Opus/Opus.Application.swift @@ -1,5 +1,5 @@ extension Opus { - public struct Application: Equatable, RawRepresentable, ExpressibleByIntegerLiteral { + public struct Application: Equatable, RawRepresentable, ExpressibleByIntegerLiteral, Sendable { public typealias IntegerLiteralType = Int32 public var rawValue: IntegerLiteralType