NAME

DBIx::QuickORM::Role::Async - Role for asynchronous statement handles.

DESCRIPTION

Extends DBIx::QuickORM::Role::STH for statement handles whose results arrive asynchronously (driver-level async or a forked child). Provides wait (poll ready until the result is available) and a DESTROY that cancels or drains an unfinished handle so it never leaks an in-flight query.

SOURCE

The source code repository for DBIx::QuickORM can be found at https://github.com/exodist/DBIx-QuickORM.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See https://dev.perl.org/licenses/