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

Search results for "IO::Select"

IO::Select - OO interface to the select system call River stage five • 5475 direct dependents • 32646 total dependents

The "IO::Select" package implements an object approach to the system "select" function call. It allows the user to see what IO handles, see IO::Handle, are ready for reading, writing or have an exception pending....

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

IO::Mux::Select - Drop-in replacement for IO::Select when using IO::Mux::Handle objects. River stage zero No dependents

"IO::Mux::Select" is a drop-in replacement for IO::Select that knows how to deal with IO::Mux::Handle handles. It also supports real handles so you can mix IO::Mux::Handle handles with real handles....

PATL/IO-Mux-0.08 - 21 Jan 2006 17:54:48 UTC - Search in distribution

IO::Select::Trap - IO::Select() functionality on Scalar-based Filehandles River stage zero No dependents

IO::Select::Trap is a wrapper for "IO::Select" which enables use of the "IO::Select->select()" method on IO::Scalar or IO::String object/filehandles. Other filehandle object types (ie IO::Socket) are passed through to IO::Select for processing. Most ...

SCOTTS/IO-Select-Trap-0.032 - 27 Jan 2004 04:26:05 UTC - Search in distribution

SPVM::IO::Select - Select River stage one • 2 direct dependents • 2 total dependents

SPVM::IO::Select provides select utilities....

KIMOTO/SPVM-IO-0.211002 - 07 Dec 2023 05:21:44 UTC - Search in distribution
  • SPVM::IO - File IO, Socket, Select/Polling.

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

This subclass of IO::Async::Loop uses the select(2) syscall to perform read-ready and write-ready tests. To integrate with an existing "select"-based event loop, a pair of methods "pre_select" and "post_select" can be called immediately before and af...

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

IO::Lambda::Loop::Select - select(2)-based event loop for IO::Lambda River stage one • 4 direct dependents • 4 total dependents

This is the default implementation of event loop for IO::Lambda. IO::Lambda is designed to be agnostic of event loop choice, but this one is the default, reference implementation. The module is not intended for direct use. The documentation declares ...

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

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

Multiplexer implemented around the "select()" system call. This "select()" is usually less powerful and slower than the "poll()" call (implemented in IOMux::Poll) however probably available on more systems. Extends "DESCRIPTION" in IOMux....

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

XML::Stream::IO::Select::Win32 - Fake filehandle support for XML::Stream River stage two • 3 direct dependents • 12 total dependents

DAPATRICK/XML-Stream-1.24 - 22 Dec 2014 20:20:19 UTC - Search in distribution

IO::BufferedSelect - Line-buffered select interface River stage zero No dependents

The "select" system call (and the "IO::Select" interface) allows us to process multiple streams simultaneously, blocking until one or more of them is ready for reading or writing. Unfortunately, this requires us to use "sysread" and "syswrite" rather...

AFN/IO-BufferedSelect-1.0 - 13 Mar 2007 08:29:57 UTC - Search in distribution

IO::BufferedSelect2 - Line-buffered select interface with stream-reading facility River stage zero No dependents

Update of "IO::BufferedSelect" supporting ""tail -f"" facility (ability to read from files which might be growing, like logs etc). Uses "Linux::Inotify2" The perl "select" and linux "inotify" system calls allow us to process multiple streams simultan...

CDRAKE/IO-BufferedSelect2-1.1 - 03 May 2021 14:09:02 UTC - Search in distribution

Gungho::Engine::IO::Async - IO::Async Engine River stage one • 1 direct dependent • 1 total dependent

This class uses IO::Async to dispatch requests. WARNING: This engine is still experimental. Patches welcome! In particular, this class definitely should cache connections....

DMAKI/Gungho-0.09008 - 28 Jul 2008 10:37:52 UTC - Search in distribution

PSYC/Event/IO_Select.pm River stage zero No dependents

AGOE/Net-PSYC-0.21 - 17 Mar 2006 02:43:22 UTC - Search in distribution
  • Net::PSYC - Implementation of the Protocol for SYnchronous Conferencing.
  • Net::PSYC::Event - Event wrapper for various event systems.

Paws::IoTAnalytics::SelectAttributesActivity River stage two • 9 direct dependents • 11 total dependents

Creates a new message using only the specified attributes from the original message....

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

Future::IO - Future-returning IO methods River stage two • 14 direct dependents • 15 total dependents

This package provides a few basic methods that behave similarly to the same-named core perl functions relating to IO operations, but yield their results asynchronously via Future instances. This is provided primarily as a decoupling mechanism, to all...

PEVANS/Future-IO-0.15 - 18 Oct 2023 17:15:18 UTC - Search in distribution

IO::React - Interaction with an IO::Handle River stage zero No dependents

"IO::React" provides an expect-like interface for interacting with whatever may be connected to a handle. The main routine is the "react" method, which calls subroutines based on matching patterns provided as arguments. There are four methods for con...

GARROW/IO-React-1.03 - 01 Jun 2001 12:11:35 UTC - Search in distribution

IO::Default - replace select() with $DEFOUT, $DEFERR, $DEFIN River stage zero No dependents

Currently, Perl provides a somewhat clumsy way of manipulating the default filehandle, and no easy way of manipulating default error and input handles. This module serves the dual purpose of providing a means around this, as well as serving as a prot...

NWIGER/IO-Default-1.03 - 13 Sep 2000 21:59:12 UTC - Search in distribution

IO::Events - Non-blocking IO using events River stage zero No dependents

The module implements object-oriented approach to select-driven events and contains set of convenience objects for inter-process communication. The main part of the module is the 'loop' instance of "IO::Events::Loop" class, which knows about all IO h...

KARASIK/IO-Events-0.6 - 29 Mar 2007 12:46:36 UTC - Search in distribution

IO::Pager - Select a pager (possibly perl-based) & pipe it text if a TTY River stage two • 6 direct dependents • 35 total dependents

IO::Pager can be used to locate an available pager and set the *PAGER* environment variable (see "NOTES"). It is also a factory for creating I/O objects such as IO::Pager::Buffered and IO::Pager::Unbuffered. IO::Pager subclasses are designed to progr...

JPIERCE/IO-Pager-2.10 - 05 Nov 2020 00:03:29 UTC - Search in distribution

DBIx::Async - use DBI with IO::Async River stage zero No dependents

Wrapper for DBI, for running queries much slower than usual but without blocking. "NOTE": This is an early release, please get in contact via email (see "AUTHOR" section) or RT before relying on it for anything. PERFORMANCE Greatly lacking. See "exam...

TEAM/DBIx-Async-0.003 - 01 Feb 2015 15:28:34 UTC - Search in distribution

Tie::Select - Provides a localized interface to the select function River stage zero No dependents

The Perl builtin "print", when not called with an explicit file handle, will print to the file handle designated by the "select" command. This is a global action, which is bad. Further, it has an awkward interface for restoring a previous handle; on ...

JBERGER/Tie-Select-0.01 - 31 Jan 2012 06:44:21 UTC - Search in distribution
442 results (0.171 seconds)