MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / get_n_current_tasks

Method get_n_current_tasks

OpenHD/ohd_common/src/openhd_util_async.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121int openhd::AsyncHandle::get_n_current_tasks() {
122 std::lock_guard<std::mutex> lock(m_threads_mutex);
123 return m_tasks.size();
124}

Callers 1

mainFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by 1

mainFunction · 0.64