stevan / promises-perl

An implementation of Promises in Perl
31 stars 29 forks source link

Added then_discard() to allow the promise chain to be broken #11

Closed clintongormley closed 10 years ago

clintongormley commented 10 years ago

This is useful for keeping the return stack flat while using promises recursively.

Also added tests and Promises::Cookbook::Recursion

Fixes #10