pub async fn recursive_wait(dir: &DirectoryProxy, name: &str) -> Result<()>
Expand description

Wait for name to be available in dir. This function waits for each directory along the path and returns once it has waited on the final component in the path. If the path never appears this function will wait forever.