Module advisory_lock

Source
Available on crate feature postgres only.

Structs§

PgAdvisoryLock
A mutex-like type utilizing Postgres advisory locks.
PgAdvisoryLockGuard
A wrapper for PgConnection (or a similar type) that represents a held Postgres advisory lock.

Enums§

PgAdvisoryLockKey
A key type natively used by Postgres advisory locks.