does anyone know if there's a way to complete a `D...
# announcements
d
does anyone know if there's a way to complete a
Deferred
as soon as its two children
Deferred
values complete? Or would the functions completing the children
Deferred
values have to manually check and complete the parent
Deferred
themselves?