MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ stop_server()

void Lila::Lila::stop_server ( )

Stops the TCP server and disconnects all clients.

Definition at line 128 of file Lila.cpp.

129{
130 if (m_server) {
131 LILA_INFO(Emitter::SYSTEM, "Stopping server");
132 m_server->stop();
133 m_server.reset();
134 }
135}
#define LILA_INFO(emitter, msg)
std::unique_ptr< Server > m_server
TCP server for live coding.
Definition Lila.hpp:166

References LILA_INFO.

Referenced by main().

+ Here is the caller graph for this function: