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

Prima::sys::AnyEvent - AnyEvent bridge

SYNOPSIS

   use Prima qw(sys::AnyEvent);
   use AnyEvent;

   my $ev = AnyEvent->timer(after => 1, cb => sub { print "waited 1 second!\n" });
   run Prima;

DESCRIPTION

This is an experiment to bring in AnyEvent::Impl::Prima into the toolkit's core. The code is almost 100% from there.

AUTHORS

Zsban Ambrus

Max Maischein

Dmitry Karasik

SEE ALSO

examples/socket_anyevent.pl