summaryrefslogtreecommitdiff
path: root/lib/MCE/Mutex.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MCE/Mutex.pm')
-rw-r--r--lib/MCE/Mutex.pm11
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/MCE/Mutex.pm b/lib/MCE/Mutex.pm
index 9ab4fb4..3a937e5 100644
--- a/lib/MCE/Mutex.pm
+++ b/lib/MCE/Mutex.pm
@@ -11,7 +11,7 @@ use warnings;
no warnings qw( threads recursion uninitialized );
-our $VERSION = '1.888';
+our $VERSION = '1.889';
## no critic (BuiltinFunctions::ProhibitStringyEval)
## no critic (TestingAndDebugging::ProhibitNoStrict)
@@ -64,7 +64,7 @@ MCE::Mutex - Locking for Many-Core Engine
=head1 VERSION
-This document describes MCE::Mutex version 1.888
+This document describes MCE::Mutex version 1.889
=head1 SYNOPSIS
@@ -175,6 +175,13 @@ implementations.
Current API available since 1.822.
+=head2 $guard = $mutex->guard_lock ( void )
+
+This method calls C<lock> and returns a guard object. When the guard object is
+destroyed, it automatically calls C<unlock>.
+
+Current API available since 1.889.
+
=head2 $mutex->unlock ( void )
Releases the lock. A held lock by an exiting process or thread is released