ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/RWLock.pm
(Generate patch)

Comparing Coro/Coro/RWLock.pm (file contents):
Revision 1.118 by root, Fri Jul 14 03:03:56 2017 UTC vs.
Revision 1.119 by root, Fri Jul 14 23:20:07 2017 UTC

36 36
37use common::sense; 37use common::sense;
38 38
39use Coro (); 39use Coro ();
40 40
41our $VERSION = 6.512; 41our $VERSION = 6.513;
42 42
43=item $l = new Coro::RWLock; 43=item $l = new Coro::RWLock;
44 44
45Create a new reader/writer lock. 45Create a new reader/writer lock.
46 46

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines