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

Method RunnableImpl

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

Source from the content-addressed store, hash-verified

1779 class RunnableImpl : public Runnable {
1780 public:
1781 RunnableImpl(UserThreadFunc* func, T param)
1782 : func_(func),
1783 param_(param) {
1784 }
1785 virtual ~RunnableImpl() {}
1786 virtual void Run() {
1787 func_(param_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected