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.108 by root, Mon Jun 29 22:42:33 2015 UTC vs.
Revision 1.109 by root, Mon Jun 29 23:49:34 2015 UTC

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