Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
444
public:
445
explicit Done(bthread::CountdownEvent* e) : _event(e) {}
446
void Run() override { _event->signal(); }
447
private:
448
bthread::CountdownEvent* _event;
449
};
Callers
nothing calls this directly
Calls
1
signal
Method · 0.80
Tested by
no test coverage detected