NAME

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

VERSION

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

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>