The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MCE::Channel::Simple - Channel tuned for one producer and one consumer

VERSION

This document describes MCE::Channel::Simple version 1.843

DESCRIPTION

A channel class providing queue-like and two-way communication for one process or thread on either end; no locking needed.

 use MCE::Channel;

 my $chnl = MCE::Channel->new( impl => 'Simple' );

The API is described in MCE::Channel.

AUTHOR

Mario E. Roy, <marioeroy AT gmail DOT com>