stevan / promises-perl

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

allow non-promises for 'collect' #53

Closed yanick closed 7 years ago

yanick commented 7 years ago

Useful when you have a bunch of promises and non-promises and you want to say "here's the bag of stuff I'm waiting for, let me know when they are all ready, 'kthanxbye" :-)

stevan commented 7 years ago

Works for me! #merged