Crate distributed_lock_core

Crate distributed_lock_core 

Source
Expand description

Core traits and types for distributed locks.

Re-exports§

pub use error::LockError;
pub use error::LockResult;
pub use prelude::*;

Modules§

error
Error types for distributed lock operations.
prelude
Convenience prelude for distributed lock types.
timeout
Timeout value helpers.
traits
Core traits for distributed locks.