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.158 by root, Sun Dec 16 10:06:35 2018 UTC vs.
Revision 1.159 by root, Fri Jul 19 15:29:46 2019 UTC

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