Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ is_worker
Method
is_worker
src/backend/cpu/queue.hpp:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
bool is_worker() const {
122
return (!sync_calls) ? aQueue.is_worker() : false;
123
}
124
125
friend class queue_event;
126
Callers
1
evalMultiple
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected