mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-09 19:31:58 +02:00
cleanup
This commit is contained in:
@@ -107,7 +107,7 @@ extension DispatchQueue {
|
||||
|
||||
@nonobjc @inline(__always)
|
||||
internal func cs_barrierSync<T>(
|
||||
_ closure: () throws(any Swift.Error) -> T
|
||||
_ closure: () throws(any Swift::Error) -> T
|
||||
) rethrows -> T {
|
||||
|
||||
return try self.sync(flags: .barrier) { try autoreleasepool(invoking: closure) }
|
||||
|
||||
Reference in New Issue
Block a user