React now uses microtask for sync updates
Just a quick note to myself:
In the recent React PR, Make prerendering always non-blocking with fix, the comment says:
Scheduler does have an “ImmediatePriority”, but now that we use microtasks for sync work, we no longer use that. Any sync work that reaches this path is meant to be time sliced.