Skip to content

Commit

Permalink
Make ZlibAlgorithm sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 20, 2024
1 parent 45953d5 commit fc2f47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CompressNIO/zlib/Zlib.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import CCompressZlib
import NIOCore

/// Zlib algorithm
public enum ZlibAlgorithm {
public enum ZlibAlgorithm: Sendable {
case gzip
case zlib
case deflate
Expand Down

0 comments on commit fc2f47c

Please sign in to comment.