Docs.rs
zookeeper-async-5.0.0
zookeeper-async 5.0.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
krojew
Dependencies
async-trait ^0.1
normal
byteorder ^1.4
normal
bytes ^1.0
normal
derive_more ^0.99
normal
futures ^0.3
normal
lazy_static ^1.4
normal
num_enum ^0.7
normal
snowflake ^1.3
normal
tokio ^1
normal
tracing ^0.1
normal
uuid ^1.1
normal
tracing-subscriber ^0.3
dev
Versions
82.44%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zookeeper_
async
5.0.0
Module shared_
lock
Module Items
Structs
Functions
In zookeeper_
async::
recipes
zookeeper_async
::
recipes
Module
shared_lock
Copy item path
Source
Structs
§
Lock
Guard
An RAII implementation of a “scoped lock” for a ZooKeeper distributed lock. When this structure is dropped (falls out of scope), the lock will be unlocked.
Functions
§
lock
Fully distributed
locks
that are globally synchronous, meaning at any snapshot in time no two clients think they hold the same lock.