We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32c0724 + adb82b9 commit dc96025Copy full SHA for dc96025
Source/CADisplayLink+LambdaKit.swift
@@ -62,6 +62,7 @@ extension CADisplayLink {
62
///
63
/// - parameter duration: The duration in seconds.
64
/// - parameter handler: The closure to execute for every tick.
65
+ @discardableResult
66
public static func runFor(_ duration: CFTimeInterval,
67
handler: @escaping LKDisplayLinkClosure) -> CADisplayLink
68
{
0 commit comments