You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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).'
https://tantivy-search.github.io/tantivy/fs2/trait.FileExt.html#tymethod.try_lock_exclusive
The text was updated successfully, but these errors were encountered: