pub async fn worker(
source: Arc<dyn BrowseSource>,
cache: BrowserCache,
cancel: CancellationToken,
)Expand description
Spawns the browser worker that populates the BrowserCache.
The caller is responsible for spawning this as a tokio task.