table of contents
MCE::Mutex::Channel2(3pm) | User Contributed Perl Documentation | MCE::Mutex::Channel2(3pm) |
NAME¶
MCE::Mutex::Channel2 - Provides two mutexes using a single channel
VERSION¶
This document describes MCE::Mutex::Channel2 version 1.884
DESCRIPTION¶
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.
construction¶
- new
-
my $mutex = MCE::Mutex->new( impl => 'Channel2' );
primary lock¶
secondary lock¶
AUTHOR¶
Mario E. Roy, <marioeroy AT gmail DOT com>
2023-01-07 | perl v5.36.0 |