Skip to content

Commit

Permalink
Make DispatchTimer public
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel authored Mar 16, 2021
1 parent 5fd7e7b commit c59ca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DispatchTimer/DispatchTimer.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation
import Synchronized

class DispatchTimer {
public class DispatchTimer {
private let source: DispatchSourceTimer
private let block: () -> Void
private let lock = Lock()
Expand Down

0 comments on commit c59ca3b

Please sign in to comment.