Daniel Filler

Results 1 issues of Daniel Filler

I tried the Schedule package for swift on a mac application. The following code didn't print out anything: ``` _ = Plan.every(1.seconds).do(mode: .default) { print("Ping!") } Plan.every(1.second).do(queue: .global()) { print("On...