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

Comparing Coro/Coro/Util.pm (file contents):
Revision 1.101 by root, Sun Oct 4 13:10:22 2015 UTC vs.
Revision 1.102 by root, Fri Oct 16 23:41:58 2015 UTC

39use base 'Exporter'; 39use base 'Exporter';
40 40
41our @EXPORT = qw(gethostbyname gethostbyaddr); 41our @EXPORT = qw(gethostbyname gethostbyaddr);
42our @EXPORT_OK = qw(inet_aton fork_eval); 42our @EXPORT_OK = qw(inet_aton fork_eval);
43 43
44our $VERSION = 6.48; 44our $VERSION = 6.47;
45 45
46our $MAXPARALLEL = 16; # max. number of parallel jobs 46our $MAXPARALLEL = 16; # max. number of parallel jobs
47 47
48my $jobs = new Coro::Semaphore $MAXPARALLEL; 48my $jobs = new Coro::Semaphore $MAXPARALLEL;
49 49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines