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.100 by root, Mon Feb 21 13:38:04 2011 UTC vs.
Revision 1.101 by root, Wed Feb 23 07:14:22 2011 UTC

33 33
34package Coro::SemaphoreSet; 34package Coro::SemaphoreSet;
35 35
36use common::sense; 36use common::sense;
37 37
38our $VERSION = 5.371; 38our $VERSION = 5.372;
39 39
40use Coro::Semaphore (); 40use Coro::Semaphore ();
41 41
42=item new [inital count] 42=item new [inital count]
43 43

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines