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

Method ~Runnable

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

Source from the content-addressed store, hash-verified

1754 class Runnable {
1755 public:
1756 virtual ~Runnable() {}
1757 virtual void Run() = 0;
1758 };
1759

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected