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.11 by root, Mon Dec 3 05:52:36 2001 UTC vs.
Revision 1.12 by root, Mon Dec 10 21:18:30 2001 UTC

28 28
29no warnings qw(uninitialized); 29no warnings qw(uninitialized);
30 30
31use Coro (); 31use Coro ();
32 32
33$VERSION = 0.53; 33$VERSION = 0.531;
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