MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / active

Method active

source/src/thread.h:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 void unlock() { m_mutex.unlock(); }
60
61 bool active()
62 {
63 std::unique_lock<std::mutex> lock(m_mutex);
64 if (m_worker_list.empty()) return false;
65 return !m_worker_list.back()->m_stop;
66 }
67
68 template<class QiWorkers, class ...Args>
69 void start(Args&&... args)

Callers

nothing calls this directly

Calls 1

backMethod · 0.80

Tested by

no test coverage detected