Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 step

This 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.