Viewing File: /usr/local/cpanel/3rdparty/perl/536/cpanel-lib/IO/Framed/Write/NonBlocking.pm

package IO::Framed::Write::NonBlocking;

use strict;
use warnings;

use parent qw( IO::Framed::Write );

sub new {
    $_[0]->SUPER::new(@_[ 1 .. $#_ ])->enable_write_queue();
}

1;
Back to Directory File Manager