Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderedBlocks ¶
type OrderedBlocks struct {
// contains filtered or unexported fields
}
func NewOrderedBlocks ¶
func NewOrderedBlocks() *OrderedBlocks
func (*OrderedBlocks) Add ¶
func (a *OrderedBlocks) Add(sig proto.BlockID) bool
true - added, false - not added
func (*OrderedBlocks) AvailableCount ¶
func (a *OrderedBlocks) AvailableCount() int
blocks count available for pop
func (*OrderedBlocks) PopAll ¶
func (a *OrderedBlocks) PopAll() []*proto.Block
func (*OrderedBlocks) SetBlock ¶
func (a *OrderedBlocks) SetBlock(b *proto.Block)
func (*OrderedBlocks) WaitingCount ¶
func (a *OrderedBlocks) WaitingCount() int
Click to show internal directories.
Click to hide internal directories.