MCPcopy Create free account
hub / github.com/apache/brpc / process_thread

Function process_thread

example/session_data_and_thread_local/server.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94};
95
96static void* process_thread(void* args) {
97 AsyncJob* job = static_cast<AsyncJob*>(args);
98 job->run_and_delete();
99 return NULL;
100}
101
102// Your implementation of example::EchoService
103class EchoServiceWithThreadAndSessionLocal : public example::EchoService {

Callers

nothing calls this directly

Calls 1

run_and_deleteMethod · 0.45

Tested by

no test coverage detected