Re: [WICG/webcomponents] Idea: A tree-aware task scheduler (Issue #1055)

So the idea here is to queue a task per element/node and then some batching mechanism to invoke all these tasks in the tree order (preorder DFS) or reverse tree order (postorder DFS)?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/1055#issuecomment-2078206149
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/1055/2078206149@github.com>

Received on Thursday, 25 April 2024 21:29:51 UTC