MCPcopy Create free account
hub / github.com/apache/thrift / run

Method run

lib/cpp/src/thrift/concurrency/ThreadManager.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 ~Task() override = default;
192
193 void run() override {
194 if (state_ == EXECUTING) {
195 runnable_->run();
196 state_ = COMPLETE;
197 }
198 }
199
200 shared_ptr<Runnable> getRunnable() { return runnable_; }
201

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected