ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/SemaphoreSet.pm
(Generate patch)

Comparing Coro/Coro/SemaphoreSet.pm (file contents):
Revision 1.56 by root, Tue Sep 23 00:02:20 2008 UTC vs.
Revision 1.57 by root, Wed Sep 24 07:30:12 2008 UTC

32 32
33no warnings; 33no warnings;
34 34
35use Coro (); 35use Coro ();
36 36
37$VERSION = 4.747; 37$VERSION = 4.748;
38 38
39=item new [inital count] 39=item new [inital count]
40 40
41Creates a new semaphore set with the given initial lock count for each 41Creates a new semaphore set with the given initial lock count for each
42individual semaphore. See L<Coro::Semaphore>. 42individual semaphore. See L<Coro::Semaphore>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines