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.144 by root, Tue Jun 30 12:42:45 2015 UTC vs.
Revision 1.145 by root, Sat Jul 11 01:59:05 2015 UTC

40 40
41use common::sense; 41use common::sense;
42 42
43use Coro (); 43use Coro ();
44 44
45our $VERSION = 6.46; 45our $VERSION = 6.47;
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