Function yaque::recovery::unlock_queue

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

Unlocks a queue in a given directory for both sending and receiving. This function is the combination of unlock_for_sending and unlock_for_receiving.

Panics

This function panics if it cannot parse either of the lock files.