MCPcopy 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

28namespace impala {
29
30void RunThread(Promise<int64_t>* promise) {
31 promise->Set(100);
32}
33
34TEST(PromiseTest, BasicTest) {
35 Promise<int64_t> promise;

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected