Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect documentation on try_lock_exclusive #33

Open
tcharding opened this issue Mar 26, 2020 · 0 comments
Open

Incorrect documentation on try_lock_exclusive #33

tcharding opened this issue Mar 26, 2020 · 0 comments

Comments

@tcharding
Copy link

I think the docs are wrong here, should be 'Locks the file for exclusive usage, or returns a an error if the file is currently locked (see lock_contended_error).'

fn try_lock_exclusive(&self) -> Result<()>
[−]
Locks the file for shared usage, or returns a an error if the file is currently locked (see lock_contended_error).

https://tantivy-search.github.io/tantivy/fs2/trait.FileExt.html#tymethod.try_lock_exclusive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant