MCPcopy Create free account
hub / github.com/Segs/Segs / putq

Method putq

Components/EventProcessor.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 return 1;
96}
97int EventProcessor::putq(Event *ev,ACE_Time_Value *timeout)
98{
99#ifdef EVENT_RECORDING
100#endif
101 return super::putq(ev,timeout);
102}
103/**
104 * @brief Add a new timer to this EventProcessor.
105 * @param fire_delta_time - time after which the timer will trigger, if @arg one_shot is false this is the interval

Callers 2

handle_timeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected