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.1 by root, Thu Aug 30 02:58:17 2001 UTC vs.
Revision 1.7 by root, Tue Nov 6 20:34:11 2001 UTC

28 28
29=cut 29=cut
30 30
31package Coro::SemaphoreSet; 31package Coro::SemaphoreSet;
32 32
33no warnings qw(uninitialized);
34
33use Coro (); 35use Coro ();
34 36
35$VERSION = 0.45; 37$VERSION = 0.52;
36 38
37=item new [inital count] 39=item new [inital count]
38 40
39Creates a new sempahore set with the given initial lock count for each 41Creates a new sempahore set with the given initial lock count for each
40individual semaphore. See L<Coro::Semaphore>. 42individual semaphore. See L<Coro::Semaphore>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines