Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct {
// contains filtered or unexported fields
}
Chain - jobs executed one after the other
func NewChain ¶
func NewChain(j []job.Request, bc *core.BlockChain, pq *queue.JobPriorityQueue, jc *cache.JobCache) (*Chain, error)
NewChain returns chain
func (Chain) GetCancelChan ¶
func (c Chain) GetCancelChan() chan struct{}
GetCancelChan returns cancel channel
Click to show internal directories.
Click to hide internal directories.