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.110 by root, Sat Feb 5 21:22:19 2011 UTC vs.
Revision 1.111 by root, Sun Feb 13 04:39:16 2011 UTC

38 38
39use common::sense; 39use common::sense;
40 40
41use Coro (); 41use Coro ();
42 42
43our $VERSION = 5.25; 43our $VERSION = 5.26;
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