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

UniEvent::Backend::UV - libuv backend for UniEvent

SYNOPSIS

    UniEvent::set_default_backend(UniEvent::Backend::UV);

    my $loop = UniEvent::Loop->new(UniEvent::Backend::UV);

DESCRIPTION

libuv backend for UniEvent. There are no public methods here.