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

Method valid

tiledb/common/thread_pool/thread_pool.h:122–124  ·  view source on GitHub ↗

* Is this task valid. Wait can only be called on vaid tasks. */

Source from the content-addressed store, hash-verified

120 * Is this task valid. Wait can only be called on vaid tasks.
121 */
122 bool valid() const noexcept {
123 return f_.valid();
124 }
125
126 private:
127 friend class ThreadPool;

Callers 6

wait_all_statusMethod · 0.45
waitMethod · 0.45
waitMethod · 0.45
waitMethod · 0.45
validMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected