Documentation ¶
Index ¶
- type Channel
- func (ch *Channel) Add()
- func (ch *Channel) Cap() int
- func (ch *Channel) Close() error
- func (ch *Channel) Count()
- func (ch *Channel) Done()
- func (ch *Channel) Get() (interface{}, bool)
- func (ch *Channel) Idle() int
- func (ch *Channel) Len() int
- func (ch *Channel) Put(v interface{}) error
- func (ch *Channel) Run(fun func() error) error
- func (ch *Channel) String() string
- func (ch *Channel) Total() int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.