We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd7e7b commit c59ca3bCopy full SHA for c59ca3b
1 file changed
Sources/DispatchTimer/DispatchTimer.swift
@@ -1,7 +1,7 @@
1
import Foundation
2
import Synchronized
3
4
-class DispatchTimer {
+public class DispatchTimer {
5
private let source: DispatchSourceTimer
6
private let block: () -> Void
7
private let lock = Lock()
0 commit comments