ARTContinuousClock

Objective-C

@interface ARTContinuousClock : NSObject

Swift

class ARTContinuousClock : NSObject

A clock that increments monotonically, including while the system is asleep.

Note

We don’t give this one an NS_SWIFT_NAME, to avoid confusion with the Swift standard library type also named ContinuousClock.