pub type Semaphore<C, R> = Semaphore<TxnId, C, R>;
A semaphore used to gate access to a transactional resource
struct Semaphore<C, R> { /* private fields */ }