Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpinSemaphore ¶
type SpinSemaphore int32
func NewSpinSemaphore ¶
func NewSpinSemaphore(permits int32) *SpinSemaphore
func (*SpinSemaphore) Acquire ¶
func (s *SpinSemaphore) Acquire()
func (*SpinSemaphore) Release ¶
func (s *SpinSemaphore) Release()
Click to show internal directories.
Click to hide internal directories.