MCPcopy Create free account
hub / github.com/deskflow/deskflow / Timer

Method Timer

src/lib/base/EventQueue.cpp:417–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415//
416
417EventQueue::Timer::Timer(EventQueueTimer *timer, double timeout, double initialTime, void *target, bool oneShot)
418 : m_timer(timer),
419 m_timeout(timeout),
420 m_target(target),
421 m_oneShot(oneShot),
422 m_time(initialTime)
423{
424 assert(m_timeout > 0.0);
425}
426
427void EventQueue::Timer::reset()
428{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected