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

NAME

Util::AsyncIO::RW - sysread/syswrite wrappers reliable on EAGAIN

VERSION

This documentation describes version 0.01

SYNOPSIS

 use Util::AsyncIO::RW;

 ## see sysread and syswrite for parameter
 my $read = Util::AsyncIO::RW->read( $socket, $buffer, 1024 );
 my $written = Util::AsyncIO::RW->write( $socket, $buffer );

DESCRIPTION

read

See sysread().

write

See syswrite().

AUTHOR

Kan Liu

COPYRIGHT and LICENSE

Copyright (c) 2010. Kan Liu

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