The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Promise::ES6::AnyEvent - Promises/A+-compliant promises

DESCRIPTION

This subclass of Promise::ES6 incorporates AnyEvent in order to implement full Promises/A+ compliance. Specifically, this class defers execution of resolve and reject callbacks to the end of the current event loop iteration.

STATUS

This module is still in the “proof-of-concept” phase. There may be areas of Promises/A+ nonconformance that haven’t surfaced yet. Please file a bug report if you find any problems.

SEE ALSO

This distribution includes Promise::ES6::IOAsync for those who prefer IO::Async.

CPAN’s Promises, AnyEvent::Promises, and AnyEvent::XSPromises all provide functionality similar to this class’s.