MCPcopy Create free account
hub / github.com/bytedance/bolt / noMoreRemoteTasks

Method noMoreRemoteTasks

bolt/exec/ExchangeClient.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void ExchangeClient::noMoreRemoteTasks() {
82 queue_->noMoreSources();
83}
84
85void ExchangeClient::close() {
86 std::vector<std::shared_ptr<ExchangeSource>> sources;

Callers 5

noMoreSplitsMethod · 0.80
terminateMethod · 0.80
MergeExchangeSourceMethod · 0.80
getSplitsMethod · 0.80
TEST_FFunction · 0.80

Calls 1

noMoreSourcesMethod · 0.80

Tested by 1

TEST_FFunction · 0.64