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

NAME

Mojo::IOLoop::Future - use Future with Mojo::IOLoop

SYNOPSIS

  use Mojo::IOLoop::Future;
  my $f = Mojo::IOLoop::Future->new;

DESCRIPTION

Creates Futures that know how to await with Mojo::IOLoop. This permits these futures to block until the future is ready

TODO

Try to combine with Getopt/MooseX::Getopt, so some parameters could be an ARGV::Struct. The rest would be parsed Getopt style.

CONTRIBUTE

The source code and issues are on https://github.com/pplu/mojo-ioloop-future

AUTHOR

    Jose Luis Martinez
    CPAN ID: JLMARTIN
    CAPSiDE
    jlmartinez@capside.com
    http://www.pplusdomain.net

COPYRIGHT

Copyright (c) 2015 by Jose Luis Martinez Torres

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.