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

◆ on_client_connected()

void Lila::Server::on_client_connected ( ConnectionHandler  handler)
inline

Registers a handler for client connection events.

Parameters
handlerFunction to call when a client connects

Definition at line 102 of file Server.hpp.

102{ m_connect_handler = std::move(handler); }
ConnectionHandler m_connect_handler
Handler for client connections.
Definition Server.hpp:168