swc_core::common::sync

Type Alias ReadGuard

pub type ReadGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;
Available on crate feature __common only.
Expand description

RAII structure used to release the shared read access of a lock when dropped.

Aliased Typeยง

struct ReadGuard<'a, T> { /* private fields */ }