Paketname | libthread-queue-perl |
Beschreibung | Perl module for thread-safe queues |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.11-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 80 Byte |
Hängt ab von | perl (>= 5.6.0-16), libthreads-shared-perl (>= 1.21) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 12386 Byte |
Prüfsumme MD5 | daa8ac1d7d32d81bfeb9046a49e05354 |
Prüfsumme SHA1 | 5a9c1dabbac98b74a50020b51f0185826ea35da9 |
Prüfsumme SHA256 | 173c9c4e4e65703ec45172d4c8528bbdda9cf47c2de5e41b7c0c70cc35740ac3 |
Link zum Herunterladen | libthread-queue-perl_2.11-1_all.deb |
Ausführliche Beschreibung | Thread::Queue provides thread-safe FIFO queues that can be accessed
safely by any number of threads.
.
Any data types supported by threads::shared can be passed via queues:
.
* Ordinary scalars
* Array refs
* Hash refs
* Scalar refs
* Objects based on the above
.
If not already thread-shared, complex data types will be cloned (recursively,
if needed, and including any blessings and read-only settings) into
thread-shared structures before being placed onto a queue.
.
This package contains a newer version of the core Perl module Thread::Queue.
Unless you need a higher version than the one present in perl-modules, there
is no need to install or depend on this package.
|