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.114 by root, Fri Oct 16 23:42:56 2015 UTC vs.
Revision 1.115 by root, Fri Jun 17 16:29:50 2016 UTC

36 36
37use common::sense; 37use common::sense;
38 38
39use Coro (); 39use Coro ();
40 40
41our $VERSION = 6.49; 41our $VERSION = 6.5;
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