Function yaque::queue::try_clear[][src]

pub fn try_clear<P: AsRef<Path>>(base: P) -> Result<()>

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