Module driver

Source
Expand description

Implements traversal over the DOM tree. The traversal starts in sequential mode, and optionally parallelizes as it discovers work.

Functionsยง

report_statistics ๐Ÿ”’
should_report_statistics ๐Ÿ”’
traverse_dom
Do a DOM traversal for top-down and (optionally) bottom-up processing, generic over D.
with_pool_in_place_scope ๐Ÿ”’
work_unit_max ๐Ÿ”’
See documentation of the pref for performance characteristics.