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
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
Is there a reason why IdleHandle::schedule_idle takes a &mut self instead of just &self like add_idle_callback? The underlying function add_idle_token doesn't seem to require mut access in any of the backends.
The text was updated successfully, but these errors were encountered:
Is there a reason why
IdleHandle::schedule_idle
takes a&mut self
instead of just&self
likeadd_idle_callback
? The underlying functionadd_idle_token
doesn't seem to require mut access in any of the backends.The text was updated successfully, but these errors were encountered: