Module ui_runner

Module ui_runner 

Source
Expand description

Extensions to [UiRunner] that make sense for moly kit.

Async extensions could actually be part of [UiRunner] at makepad, but there is no futures crate there, and idk if the async channels implemented there would work propertly for this.

Traitsยง

AsyncDeferCallback
DeferAsync
Async extension to [UiRunner], allowing to await until deferred closures are executed.
DeferRedraw
DeferWithRedrawAsync
Async extension to [UiRunner], allowing to await until deferred closures with redraw are executed