File: control

package info (click to toggle)
libthread-pool-perl 0.33-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 292 kB
  • ctags: 4
  • sloc: perl: 14; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libthread-pool-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libthread-conveyor-monitored-perl,
 libthread-conveyor-perl,
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libthread-pool-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libthread-pool-perl.git
Homepage: https://metacpan.org/release/Thread-Pool
Testsuite: autopkgtest-pkg-perl

Package: libthread-pool-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libthread-conveyor-monitored-perl,
 libthread-conveyor-perl
Description: group of threads for performing similar jobs
 The Thread::Pool module allows you to set up a group of (worker) threads to
 execute a (large) number of similar jobs that need to be executed
 asynchronously. The routine that actually performs the job (the "do"
 routine), must be specified as a name or a reference to a (anonymous)
 subroutine.