This commit is contained in:
Quentin Jin 2019-05-13 21:31:02 +08:00
parent 06071cd47b
commit e646a70734
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ private final class RunLoopTask: Task {
timer = Timer(
fire: Date.distantFuture,
interval: .greatestFiniteMagnitude,
repeats: false
repeats: true
) { [weak self] _ in
guard let self = self else { return }
action(self)