pub async fn run<F, S>(
config: CrawlConfig,
frontier: F,
seen: S,
storage: Arc<dyn Storage>,
rate_limiter: Arc<dyn RateLimiter>,
shutdown: Option<ShutdownSignal>,
) -> Result<()>Expand description
Runs the crawl with the given frontier, seen set, storage, and rate limiter.