Structure
SQLiteObserverLifetime
Observer lifetime management for SQLite hooks.
struct SQLiteObserverLifetime
Topics
Initializers
init(rawValue: Int32)Creates a new SQLiteObserverLifetime with the given raw value. For unknown values, this still creates an instance - use the static properties for known lifetimes.
Instance Properties
let rawValue: Int32The raw lifetime value.
Type Properties
static let pinned: SQLiteObserverLifetimeObserver remains active until explicitly canceled.static let scoped: SQLiteObserverLifetimeObserver automatically cancels when the token is deallocated.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype