MCE::Channel::Simple(3pm) | User Contributed Perl Documentation | MCE::Channel::Simple(3pm) |
MCE::Channel::Simple - Channel tuned for one producer and one consumer
This document describes MCE::Channel::Simple version 1.889
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.
use MCE::Channel; my $chnl = MCE::Channel->new( impl => 'Simple' );
Mario E. Roy, <marioeroy AT gmail DOT com>
2023-09-29 | perl v5.36.0 |