Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ have_tasks
Method
have_tasks
mlx/distributed/ring/ring.cpp:198–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
bool have_tasks() {
199
return !(sends_.empty() && recvs_.empty());
200
}
201
202
void worker() {
203
int error_count = 0;
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected