MCPcopy Create free account
hub / github.com/apache/thrift / run

Method run

lib/cpp/test/TNonblockingSSLServerTest.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void run() override {
162 // When binding to explicit port, allow retrying to workaround bind failures on ports in use
163 int retryCount = port ? 10 : 0;
164 pServerSocketFactory = createServerSocketFactory();
165 startServer(retryCount);
166 }
167
168 void readyBarrier() {
169 // block until server is listening and ready to accept connections

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected