MCE::Channel::Simple - Channel tuned for one producer and one consumer
Contents
Description
A channel class providing queue-like and two-way communication for one process or thread on either end;
no locking needed.
The API is described in MCE::Channel.
new
use MCE::Channel;
my $chnl = MCE::Channel->new( impl => 'Simple' );
Name
MCE::Channel::Simple - Channel tuned for one producer and one consumer
Queue-Like Behavior
enqueue
dequeue
dequeue_nb
end
Two-Way Ipc - Consumer To Producer
send2
recv2
recv2_nb
Two-Way Ipc - Producer To Consumer
send
recv
recv_nb
Version
This document describes MCE::Channel::Simple version 1.901
