aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Thread-Queue/pkg-descr
blob: 2f682dfdebc68c6c1ea0a71f776c886a1fc61abf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.

WWW: https://metacpan.org/release/Thread-Queue