Is it possible to schedule an event in python without multithreading?
I am trying to obtain something like scheduling a function to execute every x seconds.
Is it possible to schedule an event in python without multithreading? I am trying
Share
Maybe sched?