ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Semaphore.pm
(Generate patch)

Comparing Coro/Coro/Semaphore.pm (file contents):
Revision 1.128 by root, Fri Feb 8 22:29:18 2013 UTC vs.
Revision 1.129 by root, Wed Mar 6 06:00:08 2013 UTC

40 40
41use common::sense; 41use common::sense;
42 42
43use Coro (); 43use Coro ();
44 44
45our $VERSION = 6.23; 45our $VERSION = 6.28;
46 46
47=item new [inital count] 47=item new [inital count]
48 48
49Creates a new sempahore object with the given initial lock count. The 49Creates a new sempahore object with the given initial lock count. The
50default lock count is 1, which means it is unlocked by default. Zero (or 50default lock count is 1, which means it is unlocked by default. Zero (or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines