var wrappedValue: T { get async throws }
s5Utils17AsyncLazyExpiringC12wrappedValuexvp
R77M
import Utils
actor AsyncLazyExpiring<T>
A value that periodically expires and gets re-queried through a supplied getter.
init(in expiryInterval: TimeInterval = 1.0, wrappedValue getter: @escaping () async throws -> T)
let expiryInterval: TimeInterval
var nextExpiry: Date? { get }