mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Moving the microtask queue into tonic solves three problems: 1) Removes three levels of indirection when invoking microtask callbacks. 2) Removes the sky/engine/dom directory entirely. 3) Removes the last client of the (inefficient) DartValue class.