queue

Function queue 

Source
pub fn queue(call: impl Display)
Expand description

Queues a command call

You should only use this if you’re not in the main thread of execution, or if you don’t have a Pass for some other reason, like you are in the middle of accessing an RwData or something like that.

Since this function will run outside of the current scope, its Result will not be returned.