MCPcopy Create free account
hub / github.com/ml-explore/mlx-data / ThreadPool

Method ThreadPool

mlx/data/core/ThreadPool.h:28–28  ·  view source on GitHub ↗

since std::thread objects are not copiable, it doesn't make sense for a ThreadPool to be copiable.

Source from the content-addressed store, hash-verified

26 // since std::thread objects are not copiable, it doesn't make sense for a
27 // ThreadPool to be copiable.
28 ThreadPool(const ThreadPool&) = delete;
29 ThreadPool& operator=(const ThreadPool&) = delete;
30
31 template <

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected