NAME
Sprocket::AIO - IO::AIO support for Sprocket plugins
SYNOPSIS
use IO::AIO;
...
aio_stat( $file, $con->callback( 'stat_file' ) );
DESCRIPTION
This module handles everything needed to use IO::AIO within Sprocket plugins. You only need to use IO::AIO and the callbacks from Sprocket::Connection.
SEE ALSO
AUTHOR
David Davis <xantus@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2006-2007 by David Davis
See Sprocket for license information.