Type Alias Semaphore

Source
pub type Semaphore<C, R> = Semaphore<TxnId, C, R>;
Expand description

A semaphore used to gate access to a transactional resource

Aliased Typeยง

struct Semaphore<C, R> { /* private fields */ }