yew-components-latest-state
tagged this
16 Jul 23:45
* Fix scheduler main queue delay (#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.