Re: [w3ctag/design-reviews] Scheduling APIs (#338)

We've made some progress on the API shape here, and are moving ahead with two APIs—scheduler.postTask() and scheduler.yield(). They are closely related (both part of window.scheduler, and tied together by priority), but are useful on their own and can ship independently.

The explainer has been updated:
[Overview](https://github.com/WICG/main-thread-scheduling)
[Prioritized post task](https://github.com/WICG/main-thread-scheduling/blob/master/PrioritizedPostTask.md)
[Yield and continuation](https://github.com/WICG/main-thread-scheduling/blob/master/YieldAndContinuation.md)

We also have a [design doc](https://docs.google.com/document/d/1xU7HyNsEsbXhTgt0ZnXDbeSXm5-m5FzkLJAT6LTizEI/edit#) which covers both APIs.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/338#issuecomment-515630385

Received on Friday, 26 July 2019 23:45:39 UTC