0

If I write the following code in a command line tool app, nothing happens.

Someone could help me to understand why and how to do?

Thanks in advance.

let subscription = Timer.publish(every: 1.0, on: .main, in: .default)
    .autoconnect()
    .sink { _ in
        print("timer fired")
    }

How RunLoop can solve that?

Luc-Olivier
  • 3,715
  • 2
  • 29
  • 29

0 Answers0