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.19 by root, Tue May 27 01:15:31 2003 UTC vs.
Revision 1.20 by pcg, Wed Nov 5 20:02:46 2003 UTC

28 28
29=cut 29=cut
30 30
31package Coro::SemaphoreSet; 31package Coro::SemaphoreSet;
32 32
33no warnings qw(uninitialized); 33BEGIN { eval { require warnings } && warnings->unimport ("uninitialized") }
34 34
35use Coro (); 35use Coro ();
36 36
37$VERSION = 0.7; 37$VERSION = 0.8;
38 38
39=item new [inital count] 39=item new [inital count]
40 40
41Creates 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
42individual semaphore. See L<Coro::Semaphore>. 42individual semaphore. See L<Coro::Semaphore>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines