Add more Sendable

This commit is contained in:
1024jp 2023-06-14 07:47:19 +09:00
parent e7880d7a74
commit de2869fb64
1 changed files with 1 additions and 1 deletions

View File

@ -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