DisplayLinkTempo
@MainActor
public class DisplayLinkTempo : TempoProvidingDisplayLinkTempo chooses the appropriate TempoProviding class to send tempo updates that are synchronized with the refresh rate of the display. On Mac, the MacDisplayLinkTempo class is used, and on other platforms the CATempo class is used. Both classes use CADisplayLink.
- 
                  
                  DeclarationSwift @MainActor public var delegate: (any TempoDelegate)? { get set }
- 
                  
                  Undocumented DeclarationSwift @MainActor public var tempo: TempoProviding?
- 
                  
                  DeclarationSwift @MainActor public func cleanupResources()
 View on GitHub
            View on GitHub
          