MCPcopy Create free account
hub / github.com/apple/foundationdb / isTerminate

Method isTerminate

fdbclient/AsyncTaskThread.actor.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30public:
31 void operator()() override { ASSERT(false); }
32 bool isTerminate() const override { return true; }
33};
34
35ACTOR Future<Void> asyncTaskThreadClient(AsyncTaskThread* asyncTaskThread,

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected