Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonycoz/poe-xs-queue-array
XS version of POE's queue
https://github.com/tonycoz/poe-xs-queue-array
Last synced: about 1 month ago
JSON representation
XS version of POE's queue
- Host: GitHub
- URL: https://github.com/tonycoz/poe-xs-queue-array
- Owner: tonycoz
- Created: 2011-02-06T02:01:03.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-06T02:25:05.000Z (almost 14 years ago)
- Last Synced: 2024-10-13T12:05:15.362Z (2 months ago)
- Language: C
- Homepage: http://poe.perl.org/?Poexs
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
POE::XS::Queue::Array is an implementation of the POE::Queue XS interface.
Unlike POE, you need a C compiler to install this module.
To install do:
perl Makefile.PL
make
make test
make install # you may need to be root for this stepThis program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.Copyright (c) 2006, 2008 Anthony Cook.