MCPcopy Create free account
hub / github.com/activeloopai/deeplake / queue

Method queue

cpp/async/queue.hpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31protected:
32 explicit queue(std::shared_ptr<impl> i)
33 : impl_(std::move(i))
34 {
35 }
36
37 queue(const queue&) = delete;
38 queue& operator=(const queue&) = delete;

Callers 2

icFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected