MCE::Mutex::Channel2
Provides two mutexes using a single channel
- Provided by: libmce-perl (Version: 1.866-1)
- Report a bug
Provides two mutexes using a single channel
This document describes MCE::Mutex::Channel2 version 1.866
A socket implementation based on "MCE::Mutex". The secondary lock is accessed by calling methods with the 2 suffix.
The API is described in MCE::Mutex.
my $mutex = MCE::Mutex->new( impl => 'Channel2' );
Mario E. Roy, <marioeroy AT gmail DOT com>