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.125 by root, Mon Oct 8 23:16:15 2012 UTC vs.
Revision 1.126 by root, Fri Dec 7 22:37:24 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines