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

Method wait_for

tiledb/common/thread_pool/thread_pool.h:205–208  ·  view source on GitHub ↗

* Wait for input milliseconds for this task to be ready. */

Source from the content-addressed store, hash-verified

203 * Wait for input milliseconds for this task to be ready.
204 */
205 std::future_status wait_for(
206 const std::chrono::milliseconds timeout_duration) const {
207 return f_.wait_for(timeout_duration);
208 }
209
210 /**
211 * Get the result of that task. Can be called multiple times from multiple

Callers

nothing calls this directly

Calls 1

wait_forMethod · 0.45

Tested by

no test coverage detected