Update math/R-cran-xts to version 0.10.0
[dports.git] / devel / p5-Thread-Queue / pkg-descr
1 This module provides thread-safe FIFO queues that can be accessed safely
2 by any number of threads.
3
4 Any data types supported by threads::shared can be passed via queues:
5 - Ordinary scalars
6 - Array refs
7 - Hash refs
8 - Scalar refs
9 - Objects based on the above
10
11 Ordinary scalars are added to queues as they are.
12
13 WWW: http://search.cpan.org/dist/Thread-Queue/