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

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

VERSION

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

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>