Workspace 6.21.5
Public Member Functions | List of all members
ServerEventLoop Class Reference

Manages the event loop of the server application, if one is required.

#include <Workspace/Application/Web/servereventloop.h>

Inherits QObject.

Public Member Functions

 ServerEventLoop (EventLoopStartedCallback loopStartedCallback)
 
 ~ServerEventLoop () override
 
void exec ()
 
void exit ()
 

Constructor & Destructor Documentation

◆ ServerEventLoop()

ServerEventLoop ( EventLoopStartedCallback  loopStartedCallback)

◆ ~ServerEventLoop()

~ServerEventLoop ( )
override

Member Function Documentation

◆ exec()

void exec ( )

◆ exit()

void exit ( )