mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make BinaryDiskCache an actor.
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
// Thread safety is up to the caller.
|
||||
|
||||
public struct BinaryDiskCache {
|
||||
public actor BinaryDiskCache {
|
||||
|
||||
public let folder: String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user