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.83 by root, Wed Feb 23 07:14:21 2011 UTC vs.
Revision 1.84 by root, Wed Jun 29 17:58:53 2011 UTC

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