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

Method Run

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

Source from the content-addressed store, hash-verified

1784 }
1785 virtual ~RunnableImpl() {}
1786 virtual void Run() {
1787 func_(param_);
1788 }
1789
1790 private:
1791 UserThreadFunc* const func_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected