MCPcopy Create free account
hub / github.com/defold/defold / LoadBalancer

Function LoadBalancer

engine/script/src/http_service.cpp:477–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475 }
476
477 static void LoadBalancer(void* arg)
478 {
479 HttpService* service = (HttpService*) arg;
480 while (service->m_Run) {
481 dmMessage::DispatchBlocking(service->m_Socket, &LoadBalance, service);
482 }
483 }
484
485 HHttpService New(const Params* params)
486 {

Callers

nothing calls this directly

Calls 1

DispatchBlockingFunction · 0.85

Tested by

no test coverage detected