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

Method execute

tiledb/common/thread_pool/thread_pool.h:298–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 */
297 template <class Fn, class... Args>
298 auto execute(Fn&& f, Args&&... args) {
299 return async(std::forward<Fn>(f), std::forward<Args>(args)...);
300 }
301
302 /* Helper functions for lists that consists purely of Tasks */
303 Status wait_all(std::vector<Task>& tasks);

Callers 3

spawn_next_merge_unitMethod · 0.45
spawn_merge_unitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected