NAME
Mojo::Promise::Role::HigherOrder - Fulfill with the first fulfilled promise
SYNOPSIS
use Mojo::Promise;
use Mojo::Promise::Role::HigherOrder;
my $any_promise = Mojo::Promise
->with_roles( '+Any' ) # or +None or +Some
->any( @promises );
DESCRIPTION
SEE ALSO
Mojolicious, Mojo::Promise, Role::Tiny
http://bluebirdjs.com/docs/api/promise.any.html
SOURCE AVAILABILITY
This source is in Github:
https://github.com/briandfoy/mojo-promise-any-none-some
AUTHOR
brian d foy, <bdfoy@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2018, brian d foy, All Rights Reserved.
You may redistribute this under the terms of the Artistic License 2.0.