FGasper / p5-Promise-ES6

CPAN’s Promise::ES6
Other
0 stars 4 forks source link

break circular reference loop between @resolves and closures #16

Open tonycoz opened 3 months ago

tonycoz commented 3 months ago

This solution works by breaking the loop between @resolves, and the closures the objects it contains, contain

Fixes #14