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

Method get

tiledb/common/thread_pool/thread_pool.h:214–216  ·  view source on GitHub ↗

* Get the result of that task. Can be called multiple times from multiple * threads. Only accessible from within the threadpool `wait` loop. */

Source from the content-addressed store, hash-verified

212 * threads. Only accessible from within the threadpool `wait` loop.
213 */
214 Status get() {
215 return f_.get();
216 }
217
218 /**
219 * The encapsulated `std::shared_future`.

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected