Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schwern/thread-queue
My fork of Thread::Queue
https://github.com/schwern/thread-queue
Last synced: about 1 month ago
JSON representation
My fork of Thread::Queue
- Host: GitHub
- URL: https://github.com/schwern/thread-queue
- Owner: schwern
- Created: 2012-11-10T17:31:30.000Z (about 12 years ago)
- Default Branch: feature/done
- Last Pushed: 2012-11-10T17:34:15.000Z (about 12 years ago)
- Last Synced: 2024-10-29T20:08:41.928Z (3 months ago)
- Language: Perl
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Thread::Queue version 2.12
==========================Thread-safe queues
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires Perl 5.8.0 or later built with 'ithreads'.
This module requires these other modules:
threads::shared version 1.21 or later
Scalar::Util version 1.10 or later
Test::More 0.50 or later (for testing)
Thread::Semaphore (for testing)COPYRIGHT AND LICENCE
Maintained by Jerry D. Hedden
Same licence as Perl.# EOF