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.117 by root, Wed Jul 13 02:36:03 2011 UTC vs.
Revision 1.118 by root, Wed Aug 3 09:43:04 2011 UTC

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