CARVIEW |
- #lock THING
-
This function places an advisory lock on a shared variable or referenced object contained in THING until the lock goes out of scope.
The value returned is the scalar itself, if the argument is a scalar, or a reference, if the argument is a hash, array or subroutine.
lock
is a "weak keyword"; this means that if you've defined a function by this name (before any calls to it), that function will be called instead. If you are not underuse threads::shared
this does nothing. See threads::shared.
Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via the GitHub issue tracker or email regarding any issues with the site itself, search, or rendering of documentation.
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via the Perl issue tracker, the mailing list, or IRC to report any issues with the contents or format of the documentation.