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

Method ThreadWithParamBase

tests/gtest/gtest-all.cc:10218–10222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10216} // namespace
10217
10218ThreadWithParamBase::ThreadWithParamBase(Runnable *runnable,
10219 Notification* thread_can_start)
10220 : thread_(ThreadWithParamSupport::CreateThread(runnable,
10221 thread_can_start)) {
10222}
10223
10224ThreadWithParamBase::~ThreadWithParamBase() {
10225 Join();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected