MCPcopy Create free account
hub / github.com/apache/kvrocks / CleanupWaitConnection

Method CleanupWaitConnection

src/server/server.cc:786–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void Server::CleanupWaitConnection(redis::Connection *conn) {
787 std::unique_lock<std::shared_mutex> guard(wait_contexts_mu_);
788 cleanupWaitConnection(conn);
789}
790
791void Server::cleanupWaitConnection(redis::Connection *conn) {
792 // Remove all wait contexts that match the given connection

Callers 1

FreeConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected