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.70 by root, Sat Aug 22 22:36:23 2009 UTC vs.
Revision 1.71 by root, Thu Oct 1 23:16:27 2009 UTC

24 24
25=cut 25=cut
26 26
27package Coro::RWLock; 27package Coro::RWLock;
28 28
29BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") } 29use common::sense;
30 30
31use Coro (); 31use Coro ();
32 32
33$VERSION = 5.17; 33our $VERSION = 5.17;
34 34
35=item $l = new Coro::RWLock; 35=item $l = new Coro::RWLock;
36 36
37Create a new reader/writer lock. 37Create a new reader/writer lock.
38 38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines