MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / queue

Method queue

src/backend/cpu/queue.hpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91class queue {
92 public:
93 queue()
94 : count(0)
95 , sync_calls(__SYNCHRONOUS_ARCH == 1 ||
96 common::getEnvVar("AF_SYNCHRONOUS_CALLS") == "1") {}
97
98 template<typename F, typename... Args>
99 void enqueue(const F func, Args &&...args) {

Callers

nothing calls this directly

Calls 1

getEnvVarFunction · 0.85

Tested by

no test coverage detected