Module crossbeam_utils::atomic::seq_lock

source ยท

Structsยง

  • SeqLock ๐Ÿ”’
    A simple stamped lock.
  • SeqLockWriteGuard ๐Ÿ”’
    An RAII guard that releases the lock and increments the stamp when dropped.