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

Method ~ThreadWithParamBase

tests/gtest/gtest.h:1551–1551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549class ThreadWithParamBase {
1550 public:
1551 virtual ~ThreadWithParamBase() {}
1552 virtual void Run() = 0;
1553};
1554

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected