Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXZ
]
perl-Thread-Queue - Thread-safe queues
- Description:
This module 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
Ordinary scalars are added to queues as they are.
If not already thread-shared, the other 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.
Packages
perl-Thread-Queue-2.11-4m.mo7.noarch
[28 KiB] |
Changelog
by Yohsuke Ooi (2011-01-14):
- (6:5.12.1-4m)
- [SECURITY] CVE-2010-2761 CVE-2010-4410
- update CGI.pm to 3.50 by applying patch
|