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

Method run_and_delete

example/session_data_and_thread_local/server.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 void run();
89
90 void run_and_delete() {
91 run();
92 delete this;
93 }
94};
95
96static void* process_thread(void* args) {

Callers 1

process_threadFunction · 0.45

Calls 1

runFunction · 0.85

Tested by

no test coverage detected