mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
cb11c0118c
We learn something new every day, and today is no exception. Promise.all of a pending promise does not actually resolve as fast as possible after the initial promise is completed, but a small delay after, because it is put on the macrotask queue or something like that (I assume) closes #480