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

There's another potential need to schedule work *after* your subtree does something. Can/should this be considered as well?

Naively:

```js
host.child.x = 5;
host.child.dependsOnProcessingX();
```

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

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

Received on Thursday, 25 April 2024 18:46:50 UTC