NAME
Dancer::SearchApp::Utils - helper routines
EXPORTS
synchronous
sub some_routine {
my $p = deferred;
...
$p->promise
}
my $result = synchronous some_routine( ... );
print $result;
Waits for a promise to be fulfilled. Needs AnyEvent to wait for a promise.
REPOSITORY
The public repository of this module is https://github.com/Corion/dancer-searchapp.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
TALKS
I've given a talk about this module at Perl conferences:
German Perl Workshop 2016, German
BUG TRACKER
Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=Dancer-SearchApp or via mail to dancer-searchapp-Bugs@rt.cpan.org.
AUTHOR
Max Maischein corion@cpan.org
COPYRIGHT (c)
Copyright 2014-2016 by Max Maischein corion@cpan.org
.
LICENSE
This module is released under the same terms as Perl itself.