Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information