logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Linux::FD - Linux specific special filehandles

Author

       Leon Timmermans <leont@cpan.org>

Description

       Linux::FD provides you Linux specific special file handles. These are

       •   Event filehandles

       •   Signal filehandles

       •   Timer filehandles

       These allow you to use conventional polling mechanisms to wait for a large variety of events.

Functions

eventfd($initial_value,@flags)
       This creates an eventfd handle. See Linux::FD::Event for more information on it.

   signalfd($sigset)
       This creates an signalfd handle. See Linux::FD::Signal for more information on it.

   timerfd($clock_id)
       This creates an timerfd handle. See Linux::FD::Timer for more information on it.

Name

       Linux::FD - Linux specific special filehandles

Version

       version 0.017

See Also