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

Method BeforeRecycle

src/brpc/socket.cpp:435–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 }
434
435 void BeforeRecycle(Socket*) override {
436 // Recycle itself.
437 delete this;
438 }
439
440 int fd;
441 bthread_timer_t timer_id;

Callers 1

BeforeRecycledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected