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 "distribution:Reflex FileHandle"

lib/Reflex/Filehandle.pm River stage one • 7 direct dependents • 7 total dependents

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

lib/Reflex/Event/FileHandle.pm River stage one • 7 direct dependents • 7 total dependents

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

Reflex::Role::Reading - add standard sysread() behavior to a class River stage one • 7 direct dependents • 7 total dependents

Reflex::Role::Readable implements a standard nonblocking sysread() feature so that it may be added to classes as needed. There's a lot going on in the SYNOPSIS. Reflex::Role::Reading is consumed to read from the InputStreaming handle. The method name...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

Reflex::Role::Writable - add writable-watching behavior to a class River stage one • 7 direct dependents • 7 total dependents

Reflex::Role::Writable is a Moose parameterized role that adds writable-watching behavior to Reflex-based classes. In the SYNOPSIS, a filehandle named "socket" is watched for writability. The method on_socket_writable() is called when data becomes av...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

Reflex::Role::Readable - add readable-watching behavior to a class River stage one • 7 direct dependents • 7 total dependents

Reflex::Role::Readable is a Moose parameterized role that adds readable-watching behavior for Reflex-based classes. In the SYNOPSIS, a filehandle named "socket" is watched for readability. The method on_socket_readable() is called when data becomes a...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

Reflex::Role::Streaming - add streaming I/O behavior to a class River stage one • 7 direct dependents • 7 total dependents

Reflex::Role::Streaming is a Moose parameterized role that adds streaming I/O behavior to Reflex-based classes. In the SYNOPSIS, a filehandle named "socket" is turned into a NBIO stream by the addition addition of Reflex::Role::Streaming. See Reflex:...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

Reflex::Role::Accepting - add connection accepting to a class River stage one • 7 direct dependents • 7 total dependents

Reflex::Role::Accepting is a parameterized Moose role that accepts client connections from a listening socket. The role's parameters allow the consumer to customize the role's behavior. listener key - name of attribute with the listening socket cb_ac...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

Reflex::Role::Connecting - add non-blocking client connecting to a class River stage one • 7 direct dependents • 7 total dependents

Reflex::Role::Connecting is a Moose parameterized role that adds non-blocking connect() behaviors to classes. See Reflex::Connector if you prefer runtime composition with objects, or if Moose syntax just gives you the willies. Required Role Parameter...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

Reflex::Role::InStreaming - add streaming input behavior to a class River stage one • 7 direct dependents • 7 total dependents

Reflex::Role::InStreaming is a Moose parameterized role that adds asynchronous streaming input behavior to Reflex-based classes. It comprises Reflex::Role::Collectible for dynamic composition, Reflex::Role::Readable for asynchronous input watching, a...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

Reflex::Role::OutStreaming - add streaming input behavior to a class River stage one • 7 direct dependents • 7 total dependents

Reflex::Role::OutStreaming is a Moose parameterized role that adds non-blocking output behavior to Reflex-based classes. It comprises Reflex::Role::Collectible for dynamic composition, Reflex::Role::Writable for asynchronous output callbacks, and Ref...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC
10 results (0.045 seconds)