Skip to content

Commit

Permalink
Making Opus.Application Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
msdrigg committed Jun 16, 2024
1 parent 37875aa commit 97ae3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Opus/Opus.Application.swift
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 97ae3d7

Please sign in to comment.