stevan / promises-perl

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

Compatibility with Future.pm? #65

Open yanick opened 7 years ago

yanick commented 7 years ago

Subset of #63

plan to include compatibility with Future.pm? Most of the IO::Async ecosystem is based on that (see Net::Async::* for example), along with a few other modules (such as Ryu).

That should be helped with the creation of a Promise role that is coming with #44.

yanick commented 7 years ago

Working branch that can convert promises to futures and vice-versa: https://github.com/yanick/promises-perl/tree/futures