File: control

package info (click to toggle)
libthread-pool-perl 0.35-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: perl: 14; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,199 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
27
Source: libthread-pool-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libthread-conveyor-monitored-perl <!nocheck>,
                     libthread-conveyor-perl <!nocheck>,
                     perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libthread-pool-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libthread-pool-perl.git
Homepage: https://metacpan.org/release/Thread-Pool

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.