Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
public:
31
void operator()() override { ASSERT(false); }
32
bool isTerminate() const override { return true; }
33
};
34
35
ACTOR Future<Void> asyncTaskThreadClient(AsyncTaskThread* asyncTaskThread,
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected