Changes for version 0.09 - 2026-09-01

  • DBIx::Loop::Future implements the Future::AsyncAwait::Awaitable API, so await works on a query inside an async sub. It reports no cancellation, having none.
  • Document which future class each loop adapter hands back, and what that costs.

Modules

non-blocking DBI on your event loop
the canonical future for DBIx::Loop
drive DBIx::Loop on AnyEvent
drive DBIx::Loop on a Hyperman event loop, in C
drive DBIx::Loop on an IO::Async event loop
drive DBIx::Loop on Mojo::IOLoop