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

IO::Async::Loop::Epoll::FD - Use IO::Async with Epoll and special filehandles

VERSION

version 0.003

DESCRIPTION

This is a Linux specific backend for IO::Async. Unlike IO::Async::Loop::Epoll, this will use signalfd for signal handling, timerfd for timer handling and pidfd for process handling.

SEE ALSO

AUTHOR

Leon Timmermans <leont@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by Leon Timmermans.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.