Struct scrupy::engine::Engine [] [src]

pub struct Engine<ItemType: 'static> { /* fields omitted */ }

The core engine that controls the top control flow.

Methods

impl<ItemType: 'static> Engine<ItemType>
[src]

Create a new engine with numbers of workers specified and no crawler.

Add a crawler to the engine.

Run the engine.