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

Method wait_for

tiledb/common/thread_pool/thread_pool.h:132–135  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

130 * Wait for input milliseconds for this task to be ready.
131 */
132 std::future_status wait_for(
133 const std::chrono::milliseconds timeout_duration) const {
134 return f_.wait_for(timeout_duration);
135 }
136
137 /**
138 * Get the result of that task. Can only be used once. Only accessible from

Callers 4

runMethod · 0.45
wait_all_statusMethod · 0.45
waitMethod · 0.45
wait_forMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected