Async iterative expansion of [[include]] directives.
Each iteration scans the current source for include directives, fetches
sibling includes concurrently, and builds the replacement string in source
order. Nested includes introduced by replacements are still handled by the
next iteration.
Async iterative expansion of
[[include]]directives.Each iteration scans the current source for include directives, fetches sibling includes concurrently, and builds the replacement string in source order. Nested includes introduced by replacements are still handled by the next iteration.