Skip to content

Commit

Permalink
NIOAtomic to implementationOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucasMarcal committed Jun 22, 2023
1 parent 932c852 commit 5d26bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/NIOConcurrencyHelpers/NIOAtomic.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//

import CNIOAtomics
@_implementationOnly import CNIOAtomics

/// The protocol that all types that can be made atomic must conform to.
///
Expand Down
2 changes: 1 addition & 1 deletion Sources/NIOConcurrencyHelpers/atomics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//

import CNIOAtomics
@_implementationOnly import CNIOAtomics

#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
import Darwin
Expand Down

0 comments on commit 5d26bf4

Please sign in to comment.