MCPcopy Create free account
hub / github.com/baidu/tera / SetAsync

Method SetAsync

src/sdk/read_impl.cc:83–83  ·  view source on GitHub ↗

设置异步返回

Source from the content-addressed store, hash-verified

81void* RowReaderImpl::GetContext() { return user_context_; }
82/// 设置异步返回
83void RowReaderImpl::SetAsync() {}
84
85/// 异步操作是否完成
86bool RowReaderImpl::IsFinished() const {

Callers 4

ReadRowFromTableFunction · 0.80
ListTabletNodesFunction · 0.80
GetPartTabletNodesFunction · 0.80
GetAllTabletNodesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected