The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MCE::Mutex::Channel2 - Provides two mutexes using a single channel

VERSION

This document describes MCE::Mutex::Channel2 version 1.889

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

lock
lock_exclusive
lock_shared
guard_lock
unlock
synchronize
enter
timedwait

secondary lock

lock2
lock_exclusive2
lock_shared2
guard_lock2
unlock2
synchronize2
enter2
timedwait2

AUTHOR

Mario E. Roy, <marioeroy AT gmail DOT com>