logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AnyEvent::DBI::Slave - implement AnyEvent::DBI child/server processes

Author And Contact

          Marc Lehmann <schmorp@schmorp.de> (current maintainer)
          http://home.schmorp.de/

          Adam Rosenstein <adam@redcondor.com>
          http://www.redcondor.com/

perl v5.32.0                                       2021-01-05                                    DBI::Slave(3pm)

Description

       This module contains the code that implements the DBI server part of "AnyEvent::DBI". It is normally
       loaded automatically into each child process, but can be loaded explicitly to save memory or startup time
       (search for "AnyEvent::DBI::Slave" in the AnyEvent::DBI manpage).

Name

       AnyEvent::DBI::Slave - implement AnyEvent::DBI child/server processes

See Also

       AnyEvent::DBI.

Synopsis

          # this module is normally loaded automatically

See Also