The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2017-10-12

  • Added a plain eventloop implementation, and then reimplemented the promises version as a thin wrapper of that.
  • Simplified the API; now there are only three methods (connect, run_query, ping) which are called on connections, rather than class methods that got called on pools of connections.

Modules

Nonblocking connections to MySQL using libmariadbclient

Provides

in lib/MariaDB/NonBlocking/Event.pm
in lib/MariaDB/NonBlocking/Promises.pm
in lib/MariaDB/NonBlocking/Select.pm