Skip to main content

enqueue

Function enqueue 

Source
pub fn enqueue(cmd: AnimCommand)
Expand description

Push a command onto the animation runtime queue. The caller blocks on its own reply receiver to get the result. A poisoned mutex is recovered and used regardless (an unrelated panic must not silently drop commands).