NAME

IPC::Manager::Role::Service::Select - Role for I/O multiplexing in IPC services

DESCRIPTION

This role provides I/O multiplexing functionality using IO::Select for IPC services. It manages filehandles and provides a select() method that returns an IO::Select object.

REQUIRED METHODS

The consuming class must implement:

$self->select_handles()

Returns a list of filehandles to monitor for I/O.

METHODS

$self->clear_serviceselect_fields()

Clears the internal select object cache.

$self->select()

Returns an IO::Select object for the service's handles. Creates one if necessary. Returns undef if there are no handles.

SOURCE

The source code repository for IPC::Manager can be found at https://github.com/exodist/IPC-Manager.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See https://dev.perl.org/licenses/