Skip to content

Structure

SQLiteObserverLifetime

Observer lifetime management for SQLite hooks.
struct SQLiteObserverLifetime

Topics

Initializers

  • init(rawValue:)
    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

Type Properties

  • pinned
    Observer remains active until explicitly canceled.
  • scoped
    Observer automatically cancels when the token is deallocated.

Relationships

Conforms To

  • Swift.Equatable
  • Swift.Hashable
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype