Dancer-Plugin-Async

 view release on metacpan or  search on metacpan

lib/Dancer/Plugin/Async.pm  view on Meta::CPAN

        host => '0.0.0.0',
        port => 3000,
    );

    $server->register_service(Dancer::Plugin::Async::app());

    EV::loop

=head1 PROBLEMS

In the callbacks (for example of the timer in the C<SYNOPSIS>), you cannot use
many of the normal Dancer keywords such as template, redirect, etc. This is due
to Dancer accessing Dancer::SharedData, which is not available later on. If
anyone has a good idea on how to solve this problem, suggestions/patches are
very welcome.

=head1 AUTHOR

Michael Stapelberg, C<< <michael at stapelberg.de> >>

=head1 BUGS



( run in 2.048 seconds using v1.01-cache-2.11-cpan-9b1e4054eb1 )