MCPcopy Create free account
hub / github.com/acl-dev/acl / do_alone

Function do_alone

lib_acl_cpp/samples/cgi_upload/main.cpp:310–317  ·  view source on GitHub ↗

WEB ����ģʽ

Source from the content-addressed store, hash-verified

308
309// WEB ����ģʽ
310static void do_alone(void)
311{
312 master_service service;
313 acl::log::stdout_open(true);
314 const char* addr = "0.0.0.0:8081";
315 printf("listen: %s ...\r\n", addr);
316 service.run_alone(addr, NULL, 0); // �������з�ʽ
317}
318
319// WEB CGI ģʽ
320static void do_cgi(void)

Callers 2

mainFunction · 0.70
mainFunction · 0.50

Calls 1

run_aloneMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…