ladybird/Services/SystemServer
Sergey Bugaev ac4c2f890f SystemServer: Add support for multi-instance services
For this kind of services, there's no single PID of a running instance;
there may be multiple, or no instances of the service running at any time.
No keepalive functionality is available in this mode, since "alive" doesn't
make sense for multi-instance services.

At the moment, there's no way to actually create multiple instances of
a service; this is going to be added in the next commit.
2020-06-09 21:12:34 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp SystemServer: Add support for multi-instance services 2020-06-09 21:12:34 +02:00
Service.cpp SystemServer: Add support for multi-instance services 2020-06-09 21:12:34 +02:00
Service.h SystemServer: Add support for multi-instance services 2020-06-09 21:12:34 +02:00