Pause dart microtasks while UI thread is processing frame workloads#25789
Pause dart microtasks while UI thread is processing frame workloads#25789iskakaushik merged 1 commit intoflutter:masterfrom
Conversation
|
@chinmaygarde this had to be reverted due to framework roll failure. I triggered a manual roll with this one change: flutter/flutter#81404 and it succeeded. Looks like the failures were flakes. |
|
Sorry for disturb. Is there any public shared docs indicating the improvement? |
|
Does Flutter not need to adhere to the semantics of microtask? This PR appears to have disrupted the semantics of microtasks (https://dart.cn/articles/archive/event-loop):
See https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/ for more details. |
No description provided.