MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / WaitForNotEmpty

Method WaitForNotEmpty

include/CobaltFusion/Executor.h:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130 template <typename Clock, typename Duration>
131 bool WaitForNotEmpty(const std::chrono::time_point<Clock, Duration>& time) const
132 {
133 return m_q.WaitForNotEmpty(time);
134 }
135
136private:
137 SynchronizedQueue<std::function<void ()>> m_q;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected