manpagez: man pages & more
man MCE::Channel::Simple(3)
Home | html | info | man
MCE::Channel::Simple(3)



NAME

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


VERSION

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


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' );


QUEUE-LIKE BEHAVIOR

       enqueue
       dequeue
       dequeue_nb
       end


TWO-WAY IPC - PRODUCER TO CONSUMER

       send
       recv
       recv_nb


TWO-WAY IPC - CONSUMER TO PRODUCER

       send2
       recv2
       recv2_nb


AUTHOR

       Mario E. Roy, <marioeroyA ATA gmailA DOTA com>



perl v5.28.2                      2019-07-28           MCE::Channel::Simple(3)

mce 1.844.0 - Generated Tue Aug 20 14:55:47 CDT 2019
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.