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

◆ on_server_started()

void Lila::Server::on_server_started ( StartHandler  handler)
inline

Registers a handler for server start events.

Parameters
handlerFunction to call when the server starts

Definition at line 114 of file Server.hpp.

114{ m_start_handler = std::move(handler); }
StartHandler m_start_handler
Handler for server start.
Definition Server.hpp:170