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 have a small app that uses 1% of my CPU when I have normal rendering, but 12% when I enable rendering only on user input with let mut events = Events::new(EventSettings::new().lazy(true)). I was wondering if there might be a reason for this, given the script below:
I have a small app that uses 1% of my CPU when I have normal rendering, but 12% when I enable rendering only on user input with
let mut events = Events::new(EventSettings::new().lazy(true))
. I was wondering if there might be a reason for this, given the script below:The text was updated successfully, but these errors were encountered: