The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:IOMux IO::Pipe"

IOMux::Pipe::Read - read from an external command River stage one • 1 direct dependent • 1 total dependent

In an event driven program, reading is harder to use than writing: the read will very probably be stalled until data has arrived, so you will need a callback to handle the resulting data. Extends "DESCRIPTION" in IOMux::Handler::Read....

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

IOMux::Pipe::Write - write to an external command River stage one • 1 direct dependent • 1 total dependent

In an event driven program, you must be careful with every Operation System call, because it can block the event mechanism, hence the program as a whole. Often you can be lazy with writes, because its communication buffers are usually working quite a...

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

lib/IOMux/Pipe/Read.pm River stage one • 1 direct dependent • 1 total dependent

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

lib/IOMux/Pipe/Write.pm River stage one • 1 direct dependent • 1 total dependent

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

IOMux - simplify use of file-event loops, base class River stage one • 1 direct dependent • 1 total dependent

"IOMux" is designed to take the effort out of managing multiple socket, file or pipe connections within a single process. It is essentially a really fancy front end to various kinds of event mechanisms, currently limited to "select" and "poll". In ad...

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC
5 results (0.056 seconds)