Skip to main content

Module sync

Module sync 

Source
Expand description

Core synchronization primitives for vlib main.

Structs§

BarrierRwLock
A read/write lock using VPP’s barrier to provide exclusion between threads
BarrierRwLockReadGuard
Shared read guard returned by BarrierRwLock::read.
BarrierRwLockWriteGuard
Exclusive write guard returned by BarrierRwLock::write.