until

Function until 

Source
pub unsafe fn until(command: Command)
Expand description

Queue and flush

ยงSafety

Command must be valid according to the Daku spec. Failure to pass in valid Command struct may cause undefined behavior.