MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ~ThreadWithParamBase

Method ~ThreadWithParamBase

tests/gtest/gtest-all.cc:10224–10226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10222}
10223
10224ThreadWithParamBase::~ThreadWithParamBase() {
10225 Join();
10226}
10227
10228void ThreadWithParamBase::Join() {
10229 GTEST_CHECK_(::WaitForSingleObject(thread_.Get(), INFINITE) == WAIT_OBJECT_0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected