alexruperez/SecurePropertyStorage

View on GitHub
Sources/Storage/StorageActor.swift

Summary

Maintainability
A
0 mins
Test Coverage
/// A global actor responsible for managing access and write operations in storage systems.
@globalActor
public actor StorageActor {
    public static var shared = StorageActor()
}