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.101 by root, Sat Aug 22 22:36:23 2009 UTC vs.
Revision 1.102 by root, Thu Oct 1 23:16:27 2009 UTC

31 31
32=cut 32=cut
33 33
34package Coro::Semaphore; 34package Coro::Semaphore;
35 35
36no warnings; 36use common::sense;
37 37
38use Coro (); 38use Coro ();
39 39
40$VERSION = 5.17; 40our $VERSION = 5.17;
41 41
42=item new [inital count] 42=item new [inital count]
43 43
44Creates a new sempahore object with the given initial lock count. The 44Creates a new sempahore object with the given initial lock count. The
45default lock count is 1, which means it is unlocked by default. Zero (or 45default lock count is 1, which means it is unlocked by default. Zero (or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines