We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91155a1 commit fec6283Copy full SHA for fec6283
Sources/Kafka/Utilities/SendableOpaquePointer.swift
@@ -16,7 +16,7 @@
16
///
17
/// This wrapper silences `Sendable` warnings for the pointer introduced in Swift 5.10, and should
18
/// only be used for handles from `librdkafka` that are known to be thread-safe.
19
-internal struct SendableOpaquePointer: @unchecked Sendable {
+struct SendableOpaquePointer: @unchecked Sendable {
20
let pointer: OpaquePointer
21
22
init(_ pointer: OpaquePointer) {
0 commit comments