Skip to content

Commit

Permalink
Add more Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Jun 13, 2023
1 parent e7880d7 commit de2869f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Gzip/Data+Gzip.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public enum Gzip {


/// Compression level whose rawValue is based on the zlib's constants.
public struct CompressionLevel: RawRepresentable {
public struct CompressionLevel: RawRepresentable, Sendable {

/// Compression level in the range of `0` (no compression) to `9` (maximum compression).
public let rawValue: Int32
Expand Down

0 comments on commit de2869f

Please sign in to comment.