Skip to content

Commit 60a2e64

Browse files
committed
wip
1 parent 234aa6d commit 60a2e64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AsyncTimer/AsyncTimer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public final actor AsyncTimer {
121121
}
122122
}
123123

124-
extension AsyncTimer {
124+
public extension AsyncTimer {
125125
/// Sleep for the specified interval.
126126
static func sleep(_ interval: TimeInterval) async throws {
127127
try await Task.sleep(nanoseconds: UInt64(interval * 1_000_000_000))

0 commit comments

Comments
 (0)