mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
859748aed9
Before this commit, the list of all children was managed at the level of the root fiber, but this could cause issue when subfibers would be reused. With this commit, we use the childrenMap object that exists on each fiber instead.