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.31 by root, Tue Nov 29 12:36:18 2005 UTC vs.
Revision 1.32 by root, Mon Dec 12 17:49:07 2005 UTC

28 28
29BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") } 29BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") }
30 30
31use Coro (); 31use Coro ();
32 32
33$VERSION = 1.5; 33$VERSION = 1.51;
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