Module silkenweb::task

source ·
Expand description

Microtask and render queue tools.

On wasm32 targets, the microtask queue is the javascript microtask queue. On other targets, it is simulated with a thread local executor. The render queue holds tasks to be run on an animation frame. Any updates to the DOM via silkenweb are put on the render queue. See requestAnimationFrame on MDN for details.

Modules§

Traits§

Functions§