MCPcopy Create free account
hub / github.com/alibaba/zvec / submit

Method submit

src/include/zvec/ailego/parallel/thread_pool.h:53–55  ·  view source on GitHub ↗

Submit a task to the queue

Source from the content-addressed store, hash-verified

51
52 //! Submit a task to the queue
53 void submit(ClosureHandler &&handle) {
54 return enqueue_and_wake(std::move(handle));
55 }
56
57 //! Push a task to the queue
58 void enqueue_and_wake(const ClosureHandler &handle) {

Callers 15

build_label_indexMethod · 0.45
prepare_quantizerMethod · 0.45
build_graphMethod · 0.45
build_internalMethod · 0.45
prune_internalMethod · 0.45
clusterMethod · 0.45
labelMethod · 0.45
split_clustersMethod · 0.45
update_centroidsMethod · 0.45
update_clustersMethod · 0.45
update_featuresMethod · 0.45

Calls

no outgoing calls

Tested by 1