Function silkenweb::task::render_now

source ·
pub async fn render_now()
Expand description

Render any pending updates.

Tasks on the microtask queue wil be executed first, then the effect queue will be processed. This is mostly useful for testing.