The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "IO::Poll"

IO::Poll - Object interface to system poll call River stage five • 5475 direct dependents • 32646 total dependents

"IO::Poll" is a simple interface to the system level poll routine....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC - Search in distribution
  • IO - load various IO modules

IO::Lambda::Poll - emulate asynchronous behavior by polling River stage one • 4 direct dependents • 4 total dependents

The module wraps functions, that can only be used in the polling mode, and provides a layer between them and the lambda framework....

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC - Search in distribution

IO::Async::Loop::Poll - use IO::Async with poll(2) River stage three • 115 direct dependents • 145 total dependents

This subclass of IO::Async::Loop uses the poll(2) system call to perform read-ready and write-ready tests. By default, this loop will use the underlying "poll()" system call directly, bypassing the usual IO::Poll object wrapper around it because of a...

PEVANS/IO-Async-0.803 - 29 Jan 2024 20:40:58 UTC - Search in distribution

IOMux::Poll - simplify use of poll() River stage one • 1 direct dependent • 1 total dependent

Multiplexer based on the "poll()" system call, defined by POSIX. The "poll" has less administration overhead than the "select" call (implemented via IOMux::Select) because it avoids the need to play with bit-vectors to see which file handles got acti...

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC - Search in distribution

IO::Pty::HalfDuplex::SysctlPoll - wait for blocking reads using sysctl River stage zero No dependents

SOREAR/IO-Pty-HalfDuplex-0.02 - 18 Jun 2009 03:19:09 UTC - Search in distribution

POE::Loop::IO_Poll - a bridge that allows POE to be driven by IO::Poll River stage three • 401 direct dependents • 538 total dependents

POE::Loop::IO_Poll implements the interface documented in POE::Loop. Therefore it has no documentation of its own. Please see POE::Loop for more details....

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution
  • POE - portable multitasking and networking framework for any event loop
  • POE::Kernel - an event-based application kernel in Perl
  • POE::Loop - documentation for POE's event loop bridge interface

UV::Poll - Poll handles in libuv River stage one • 3 direct dependents • 3 total dependents

This module provides an interface to libuv's prepare <http://docs.libuv.org/en/v1.x/poll.html> handle. Poll handles are used to watch file descriptors for readability, writability and disconnection similar to the purpose of poll(2) <http://linux.die....

PEVANS/UV-2.000 - 28 Jul 2021 16:28:16 UTC - Search in distribution

SPVM::Go::Poll - IO Polling River stage zero No dependents

The Go::Poll class in SPVM has methods to poll read/write IO....

KIMOTO/SPVM-Go-0.007002 - 07 Dec 2023 05:17:19 UTC - Search in distribution

IO::Epoll - Scalable IO Multiplexing for Linux 2.5.44 and higher River stage zero No dependents

The epoll(4) subsystem is a new, (currently) Linux-specific variant of poll(2). It is designed to offer O(1) scalability over large numbers of watched file descriptors. You will need at least version 2.5.44 of Linux to use this module, and you might ...

BRUCEK/IO-Epoll-0.03 - 04 Jan 2012 20:41:09 UTC - Search in distribution

SPVM::Sys - System Calls for File IO, Sockets, Time, Process, Signals, Users River stage one • 6 direct dependents • 6 total dependents

The Sys class in SPVM has methods to call system calls for file IO, sockets, user manipulation, process manipulation, and time....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC - Search in distribution

EV - perl interface to libev, a high performance full-featured event loop River stage two • 70 direct dependents • 86 total dependents

This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the documentation below is comprehensive, one might also consult the documentation of libev itself (<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>...

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution
  • libev - a high performance full-featured event loop written in C

BDB - Asynchronous Berkeley DB access River stage one • 1 direct dependent • 1 total dependent

See the BerkeleyDB documentation (<http://www.oracle.com/technology/documentation/berkeley-db/db/index.ht ml>). The BDB API is very similar to the C API (the translation has been very faithful). See also the example sections in the document below and...

MLEHMANN/BDB-1.92 - 18 Jan 2018 16:45:31 UTC - Search in distribution

THD7 - Perl module providing control to a Kenwood TH-D7 radio via serial port River stage zero No dependents

Before interacting with the radio in any way, an object must be created and tied to the serial port where the D7 is connected. This is done like this: use THD7 qw/:constants :functions/; my $Radio = new THD7 ("/dev/ttyS0"); The ":constants" and ":fun...

KWITTMER/THD7-1.3 - 18 Oct 2006 01:53:34 UTC - Search in distribution

PSGI - Perl Web Server Gateway Interface Specification River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution
  • PSGI::FAQ - Frequently Asked Questions and answers

Net::SNMP - Object oriented interface to SNMP River stage two • 40 direct dependents • 44 total dependents

The Net::SNMP module abstracts the intricate details of the Simple Network Management Protocol by providing a high level programming interface to the protocol. Each Net::SNMP object provides a one-to-one mapping between a Perl object and a remote SNM...

DTOWN/Net-SNMP-v6.0.1 - 10 Sep 2010 00:15:52 UTC - Search in distribution

X11::Xlib - Low-level access to the X11 library River stage one • 3 direct dependents • 7 total dependents

This module provides low-level access to Xlib functions. This includes access to some X11 extensions like the X11 test library (Xtst). If you import the Xlib functions directly, or call them as methods on an instance of X11::Xlib, you get a near-C ex...

NERDVANA/X11-Xlib-0.25 - 21 Aug 2023 08:07:38 UTC - Search in distribution

Fuse - write filesystems in Perl using FUSE River stage two • 14 direct dependents • 18 total dependents

This lets you implement filesystems in perl, through the FUSE (Filesystem in USErspace) kernel/lib interface. FUSE expects you to implement callbacks for the various functions. In the following definitions, "errno" can be 0 (for a success), -EINVAL, ...

DPATES/Fuse-0.16 - 16 Sep 2013 05:22:15 UTC - Search in distribution

sybperl - Sybase extensions to Perl River stage zero No dependents

Sybperl implements three *Sybase* extension modules to *perl* (version 5.002 or higher). *Sybase::DBlib* adds a subset of the *Sybase DB-Library* API. *Sybase::CTlib* adds a subset of the *Sybase CT-Library* (aka the Client Library) API. *Sybase::Syb...

MEWP/sybperl-2.21 - 01 Apr 2024 11:56:11 UTC - Search in distribution

Video::ZVBI - VBI decoding (teletext, closed caption, ...) River stage zero No dependents

This module provides a Perl interface to libzvbi. The ZVBI library allows to access broadcast data services such as teletext or closed caption via analog video or DVB capture devices. Official library description: "The ZVBI library provides routines ...

TOMZO/Video-ZVBI-1.1.1 - 31 May 2020 17:56:33 UTC - Search in distribution

MP::Intro River stage one • 2 direct dependents • 2 total dependents

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC - Search in distribution
134 results (0.108 seconds)