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.106 by root, Sun Jun 26 21:46:03 2016 UTC vs.
Revision 1.107 by root, Fri Jul 14 03:03:56 2017 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.511; 44our $VERSION = 6.512;
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