Make BinaryDiskCache an actor.

This commit is contained in:
Brent Simmons
2024-04-10 22:18:27 -07:00
parent d7b3d15a2c
commit a0ee19d37f
+1 -3
View File
@@ -8,9 +8,7 @@
import Foundation
// Thread safety is up to the caller.
public struct BinaryDiskCache {
public actor BinaryDiskCache {
public let folder: String