NAME
POEx::IKC::Queue - IKC Queue implementation
SYNOPSIS
use POEx::IKC::Queue;
POEx::IKC::Queue->spawn( 'poe://timelord/honk', $lenient_config );
$poe_kernel->post( 'poe://timelord/honk', honk => $honk );
POEx::IKC::Queue->spawn( 'poe://bank/account', $stringent_config );
$poe_kernel->post( 'poe://bank/account', add => $one_round_tuit );
DESCRIPTION
This is a stub of POEx::IKC::Queue. So that I can get the ideas out of my head and onto paper (or electrons) as it were.
SEE ALSO
POE, POEx::URI, POE::Component::IKC, POEx::IKC::Connection.
AUTHOR
Philip Gwyn, <gwyn-at-cpan.org<gt>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Philip Gwyn
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.