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

NAME

Promise::ES6::Mojo - Promises/A+-compliant promises for Mojolicious

DESCRIPTION

This module exposes the same functionality as Promise::ES6::AnyEvent but for Mojo::IOLoop rather than AnyEvent.

Its interface is almost compatible with the ES6-derived portions of Mojo::Promise, but note that Mojo::Promise’s all() and race() methods accept a list of promises rather than an array reference.

NOTE: This module requires Mojolicious version 4.85 or higher.