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

Method Run

test/brpc_redis_cluster_unittest.cpp:446–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444public:
445 explicit Done(bthread::CountdownEvent* e) : _event(e) {}
446 void Run() override { _event->signal(); }
447private:
448 bthread::CountdownEvent* _event;
449};

Callers

nothing calls this directly

Calls 1

signalMethod · 0.80

Tested by

no test coverage detected