Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoReset ¶
func NewAutoReset ¶
type ManualReset ¶
func (*ManualReset) Reset ¶
func (signal *ManualReset) Reset()
func (*ManualReset) Set ¶
func (gate *ManualReset) Set()
func (*ManualReset) Wait ¶
func (signal *ManualReset) Wait() <-chan Empty
type SafeChannel ¶
type SafeChannel struct { C chan Empty // contains filtered or unexported fields }
func NewSafeChannel ¶
func NewSafeChannel() *SafeChannel
func (*SafeChannel) IsClosed ¶
func (channel *SafeChannel) IsClosed() bool
func (*SafeChannel) SafeClose ¶
func (channel *SafeChannel) SafeClose()
func (*SafeChannel) Set ¶
func (channel *SafeChannel) Set() bool
Click to show internal directories.
Click to hide internal directories.