1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libthread-queue-any-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libthread-queue-any-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libthread-queue-any-perl.git
Homepage: https://metacpan.org/release/Thread-Queue-Any
Rules-Requires-Root: no
Package: libthread-queue-any-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Multi-Arch: foreign
Description: module implementing thread-safe queues for any data-structure
A queue, as implemented by Thread::Queue::Any is a thread-safe data structure
that inherits from Thread::Queue. But unlike the standard Thread::Queue, you
can pass (a reference to) any data structure to the queue.
|