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

Method recv

mlx/distributed/ring/ring.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148 template <typename T>
149 std::future<void> recv(T* buffer, size_t size) {
150 return recv_impl(reinterpret_cast<char*>(buffer), size * sizeof(T));
151 }
152
153 private:
154 struct SocketTask {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected