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.154 by root, Fri Jul 14 23:20:07 2017 UTC vs.
Revision 1.155 by root, Thu Aug 31 16:28:49 2017 UTC

40 40
41use common::sense; 41use common::sense;
42 42
43use Coro (); 43use Coro ();
44 44
45our $VERSION = 6.513; 45our $VERSION = 6.514;
46 46
47=item new [initial count] 47=item new [initial 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