We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcd1f0 commit 8cb3860Copy full SHA for 8cb3860
README.md
@@ -59,7 +59,7 @@ Call `start()` to schedule timers created using `new`. You can optionally pass t
59
60
```swift
61
timer.start()
62
-timer.start(modes: .defaultRunLoopMode, RunLoopMode(NSEventTrackingRunLoopMode)) // Ugly, yes: rdar://27509030
+timer.start(modes: .defaultRunLoopMode, .eventTrackingRunLoopMode)
63
```
64
65
### Invalidation
0 commit comments