You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the sleep_precisely_until uses recursion instead of looping. I wonder if there's a reason for this, given that function calls are heavier then a simple while loop, and that recursion could hit the max recursion depth (generally 1000).