Search results for "module: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

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

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

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

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

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.32 - 02 Dec 2022 16:40:40 UTC

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

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

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

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

SPVM::IO - File IO, Socket, Select/Polling. River stage one • 2 direct dependents • 2 total dependents

IO class has methods to manipulate File IO, Socket, Select/Polling....

KIMOTO/SPVM-IO-0.211002 - 07 Dec 2023 05:21:44 UTC

IO - load various IO modules River stage five • 5475 direct dependents • 32646 total dependents

"IO" provides a simple mechanism to load several of the IO modules in one go. The IO modules belonging to the core are: IO::Handle IO::Seekable IO::File IO::Pipe IO::Socket IO::Dir IO::Select IO::Poll Some other IO modules don't belong to the perl co...

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

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

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

ASP - a Module for ASP (PerlScript) Programming River stage zero No dependents

This module is based on Matt Sergeant's excellent Win32::ASP module, which can be found at <http://www.fastnetltd.ndirect.co.uk/Perl>. After using Mr. Sergeant's module, I took on the task of customizing and optimizing it for my own purposes. Feel fr...

TIMMY/ASP-1.07 - 12 Jul 2000 08:22:21 UTC

IO::DB - Database convenience object. River stage zero No dependents

The IO::DB library was created and is intended as a convenience library. It works by reducing clutter in your code caused by using the same redundant code. It also works under the philosophy of intelligent code. That is, let me tell you to do somethi...

DBIALAC/SDP-0.1 - 22 Jun 2005 22:13:04 UTC

IO::Die - Namespaced, error-checked I/O River stage zero No dependents

FELIPE/IO-Die-0.057 - 06 Nov 2015 08:16:54 UTC

IO::AIO - Asynchronous/Advanced Input/Output River stage two • 13 direct dependents • 18 total dependents

This module implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to "libeio" (<http://software.schmorp.de/pkg/libeio.html>). Asynchronous means that operations that can normally block your...

MLEHMANN/IO-AIO-4.81 - 20 Feb 2024 06:41:07 UTC

IO::Null - class for null filehandles River stage one • 3 direct dependents • 9 total dependents

This is a class for null filehandles. Calling a constructor of this class always succeeds, returning a new null filehandle. Writing to any object of this class is always a no-operation, and returns true. Reading from any object of this class is alway...

SBURKE/IO-Null-1.01 - 30 Dec 2004 07:47:42 UTC

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
71 results (0.039 seconds)