Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + var DefaultConfig = Config + type BlockList struct + func (s *BlockList) Len() int + func (s *BlockList) Pop() *blocks.Block + func (s *BlockList) Push(b *blocks.Block) + func (s *BlockList) PushFront(b *blocks.Block) + type Config struct + ClientBufferSize int + NumWorkers int + WorkerBufferSize int + type Worker struct + func NewWorker(e exchange.Interface, c Config) *Worker + func (w *Worker) Close() error + func (w *Worker) HasBlock(b *blocks.Block) error