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
Fix scheduler main queue delay (yewstack#1953) (yewstack#1954)
* Fix scheduler main queue delay (yewstack#1953)
Fixes an issue where a runnable added from outside the component
lifecyle (i.e. agent bridge message from inside a callback) would not be
executed until the next component lifecycle event.
* Add test for `scheduler::run`
Ensures `scheduler::run` executes runnables immediately.