pars 0.2.1.99
Loading...
Searching...
No Matches
server_backend.cpp File Reference
#include "event.h"
#include "fib.h"
Include dependency graph for server_backend.cpp:

Go to the source code of this file.

Classes

class  pars_example::apps::server_backend
 Runs the backend component as a single application (rep). More...
 

Namespaces

namespace  pars_example
 
namespace  pars_example::apps
 

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 343 of file server_backend.cpp.

344{
346
347 try
348 {
349 return app.exec(argc, argv);
350 }
351 catch (std::exception& e)
352 {
353 std::cout << std::format("Error: {}", e.what()) << "\n";
354
355 return EXIT_FAILURE;
356 }
357}
Runs the backend component as a single application (rep).