ad18a4f078
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: http://search.cpan.org/dist/Thread-Queue/ PR: ports/135181 Submitted by: Cezary Morga <cm AT therek.net>
13 lines
360 B
Text
13 lines
360 B
Text
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: http://search.cpan.org/dist/Thread-Queue/
|