Skip to content

Commit c59ca3b

Browse files
authored
Make DispatchTimer public
1 parent 5fd7e7b commit c59ca3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/DispatchTimer/DispatchTimer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22
import Synchronized
33

4-
class DispatchTimer {
4+
public class DispatchTimer {
55
private let source: DispatchSourceTimer
66
private let block: () -> Void
77
private let lock = Lock()

0 commit comments

Comments
 (0)