Function yaque::queue::try_clear

source ·
pub fn try_clear<P: AsRef<Path>>(base: P) -> Result<()>
Expand description

Tries to deletes a queue at the given path. This function will fail if the queue is in use either for sending or receiving.