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

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

SYNOPSIS

  use MojoX::IOLoop::Future;
  my $f = MojoX::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

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.