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

Plack::Loader::Restarter - Restarting loader

Description

       Plack::Loader::Restarter is a loader backend that implements "-r" and "-R" option for the plackup script.
       It forks the server as a child process and the parent watches the directories for file updates, and
       whenever it receives the notification, kills the child server and restart.

Name

       Plack::Loader::Restarter - Restarting loader

See Also

       Plack::Runner, Catalyst::Restarter

perl v5.38.2                                       2024-01-20                      Plack::Loader::Restarter(3pm)

Synopsis

         plackup -r -R paths

See Also