Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConcurrentEngine ¶
type ConcurrentEngine struct { WorkCount int Scheduler scheduler.Scheduler ItemChan chan types.Item RequestProcessor Processor }
func (*ConcurrentEngine) CreateWork ¶
func (e *ConcurrentEngine) CreateWork(in chan types.Request, out chan types.ParseResult, scheduler scheduler.Scheduler)
func (*ConcurrentEngine) Run ¶
func (e *ConcurrentEngine) Run(requests ...types.Request)
type SimpleEngine ¶
type SimpleEngine struct { }
func (*SimpleEngine) Run ¶
func (e *SimpleEngine) Run(requests ...types.Request)
Click to show internal directories.
Click to hide internal directories.