MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / get

Method get

tiledb/common/thread_pool/thread_pool.h:141–143  ·  view source on GitHub ↗

* Get the result of that task. Can only be used once. Only accessible from * within the threadpool `wait` loop. */

Source from the content-addressed store, hash-verified

139 * within the threadpool `wait` loop.
140 */
141 Status get() {
142 return f_.get();
143 }
144
145 /**
146 * The encapsulated `std::shared_future`.

Callers 7

get_resourceMethod · 0.45
wait_all_statusMethod · 0.45
waitMethod · 0.45
getMethod · 0.45
verifyMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by 1

verifyMethod · 0.36