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

◆ is_server_running()

bool Lila::Lila::is_server_running ( ) const

Checks if the server is currently running.

Returns
True if running, false otherwise

Definition at line 137 of file Lila.cpp.

138{
139 return m_server && m_server->is_running();
140}
std::unique_ptr< Server > m_server
TCP server for live coding.
Definition Lila.hpp:166

Referenced by main().

+ Here is the caller graph for this function: