This commit is contained in:
Michael Freno
2026-01-16 01:22:31 -05:00
parent 4ae8d77dab
commit ea3478dfb9
15 changed files with 139 additions and 60 deletions

View File

@@ -8,7 +8,8 @@
import Foundation
/// Thread-safe configuration holder for eye tracking thresholds.
enum EyeTrackingConstants {
/// All properties are Sendable constants, safe for use in any concurrency context.
enum EyeTrackingConstants: Sendable {
// MARK: - Logging
/// Interval between log messages in seconds
static let logInterval: TimeInterval = 0.5