Ah I see, that makes sense because adding to next_tick_callback
is only needed when you do things from another thread, and this periodic_callback
is on the same thread as the main loop?
Ah I see, that makes sense because adding to next_tick_callback
is only needed when you do things from another thread, and this periodic_callback
is on the same thread as the main loop?