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.18 by root, Sun Sep 2 01:03:53 2001 UTC vs.
Revision 1.19 by root, Sun Sep 16 01:34:36 2001 UTC

33 33
34package Coro::Semaphore; 34package Coro::Semaphore;
35 35
36use Coro (); 36use Coro ();
37 37
38$VERSION = 0.49; 38$VERSION = 0.5;
39 39
40=item new [inital count] 40=item new [inital count]
41 41
42Creates a new sempahore object with the given initial lock count. The 42Creates a new sempahore object with the given initial lock count. The
43default lock count is 1, which means it is unlocked by default. Zero (or 43default lock count is 1, which means it is unlocked by default. Zero (or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines