The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

SEE ALSO

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