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.157 by root, Sun Dec 16 09:33:44 2018 UTC vs.
Revision 1.158 by root, Sun Dec 16 10:06:35 2018 UTC

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