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
Turns out RescheduleableAlarm.reschedule is so heavy that it's not suitable for hot loops like tween scheduling. We should probably move it to its own thread instead.
(This might cause one-shot events to fall off sync with "non-binary" events but it should be fine since timing critical events like IMU will still be synchronized.)
The text was updated successfully, but these errors were encountered:
Turns out
RescheduleableAlarm.reschedule
is so heavy that it's not suitable for hot loops like tween scheduling. We should probably move it to its own thread instead.(This might cause one-shot events to fall off sync with "non-binary" events but it should be fine since timing critical events like IMU will still be synchronized.)
The text was updated successfully, but these errors were encountered: