Skip to content

Commit

Permalink
make DefaultIORingQueueEntries non-isolated
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Apr 11, 2024
1 parent 7304430 commit 6927210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/IORing/IORing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public actor IORingActor {
public final class IORing: CustomStringConvertible {
public nonisolated static let shared = try! IORing(entries: nil, flags: 0, shared: true)

private static let DefaultIORingQueueEntries = 128
private nonisolated static let DefaultIORingQueueEntries = 128

private var ring: io_uring
private var cqHandle: UnsafeMutableRawPointer?
Expand Down

0 comments on commit 6927210

Please sign in to comment.