Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ RunThread
Function
RunThread
be/src/util/promise-test.cc:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
namespace impala {
29
30
void RunThread(Promise<int64_t>* promise) {
31
promise->Set(100);
32
}
33
34
TEST(PromiseTest, BasicTest) {
35
Promise<int64_t> promise;
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected